diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-11 01:11:12 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-11 01:11:12 -0700 |
| commit | 699dcef30fc987ab0de9f6068de3999163b04e93 (patch) | |
| tree | 5fff8fd5db47156fbb153d8ee2e03c0ed7cb07fb | |
| parent | d7f5cec11ea4b269aae8a7251009546263c9747e (diff) | |
new stuff
| -rw-r--r-- | config/nix.org | 1 | ||||
| -rw-r--r-- | flake.nix | 7 | ||||
| m--------- | nix | 0 |
3 files changed, 4 insertions, 4 deletions
diff --git a/config/nix.org b/config/nix.org index 1939a28..89928d5 100644 --- a/config/nix.org +++ b/config/nix.org @@ -2738,7 +2738,6 @@ because they enhance security. programs = { nix-ld.enable = true; zsh.enable = true; - light.enable = true; ssh.enableAskPassword = false; }; @@ -346,7 +346,7 @@ sha256sum installer.iso > installer.iso.sha256 node.specialArgs = { monorepoSelf = self; isIntegrationTest = true; - }; + } // nixmacs.inputs; nodes."spontaneity" = { lib, ... }: { imports = nixmacs.lib.mkHostModules "spontaneity" ++ [ @@ -359,8 +359,9 @@ sha256sum installer.iso > installer.iso.sha256 nixpkgs.overlays = lib.mkForce []; } ]; - disabledModules = [ - "${nixmacs}/systems/spontaneity/hardware-configuration.nix" + disabledModules = [ + "${self}/nix/modules/nixpkgs-options.nix" + "${self}/nix/systems/spontaneity/hardware-configuration.nix" ]; }; diff --git a/nix b/nix -Subproject db63be0ac07cd5c2dad8f316250c6a6115f21c6 +Subproject 202612ad3fabefa274423bb24f955157b9a290a |
