.
This commit is contained in:
+291
-293
File diff suppressed because it is too large
Load Diff
@@ -1074,8 +1074,6 @@ These are global nix settings that configure the settings for the actual tool.
|
|||||||
|
|
||||||
# allow proprietary software on this machine. I'm not a purist.
|
# allow proprietary software on this machine. I'm not a purist.
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
# unityhub depends on this... for now
|
|
||||||
# nixpkgs.config.permittedInsecurePackages = [ "libxml2-2.13.8" ];
|
|
||||||
|
|
||||||
# this declares how often old configurations are cleared up.
|
# this declares how often old configurations are cleared up.
|
||||||
# i cleanup anything older than a week, every week.
|
# i cleanup anything older than a week, every week.
|
||||||
@@ -1461,7 +1459,7 @@ The configuration is done in the home manager section.
|
|||||||
#+begin_src nix :tangle configuration/end_script.nix :noweb tangle :mkdirp yes
|
#+begin_src nix :tangle configuration/end_script.nix :noweb tangle :mkdirp yes
|
||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
let
|
let
|
||||||
scriptPath = "${config.nixpkgs.config}/../assets/scripts/end_script.sh";
|
scriptPath = "${pkgs.path}/../assets/scripts/end_script.sh";
|
||||||
scriptExists = builtins.pathExists scriptPath;
|
scriptExists = builtins.pathExists scriptPath;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -17,8 +17,6 @@ trusted-public-keys = [
|
|||||||
|
|
||||||
# allow proprietary software on this machine. I'm not a purist.
|
# allow proprietary software on this machine. I'm not a purist.
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
# unityhub depends on this... for now
|
|
||||||
# nixpkgs.config.permittedInsecurePackages = [ "libxml2-2.13.8" ];
|
|
||||||
|
|
||||||
# this declares how often old configurations are cleared up.
|
# this declares how often old configurations are cleared up.
|
||||||
# i cleanup anything older than a week, every week.
|
# i cleanup anything older than a week, every week.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
let
|
let
|
||||||
scriptPath = "${config.nixpkgs.config}/../assets/scripts/end_script.sh";
|
scriptPath = "${pkgs.path}/../assets/scripts/end_script.sh";
|
||||||
scriptExists = builtins.pathExists scriptPath;
|
scriptExists = builtins.pathExists scriptPath;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user