Let's just ignore sops and home manager for now and see if that works
This commit is contained in:
parent
df6af9895a
commit
6782a2917a
|
@ -111,7 +111,7 @@
|
|||
modules = [
|
||||
# > Our main nixos configuration file <
|
||||
./nixos/hosts/GLaDOS/configuration.nix
|
||||
sops-nix.nixosModules.sops
|
||||
#sops-nix.nixosModules.sops
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
# nixos-generate-config should normally set up file systems correctly
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
#inputs.home-manager.nixosModules.home-manager
|
||||
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue