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 = [
|
modules = [
|
||||||
# > Our main nixos configuration file <
|
# > Our main nixos configuration file <
|
||||||
./nixos/hosts/GLaDOS/configuration.nix
|
./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
|
# nixos-generate-config should normally set up file systems correctly
|
||||||
imports = [
|
imports = [
|
||||||
inputs.home-manager.nixosModules.home-manager
|
#inputs.home-manager.nixosModules.home-manager
|
||||||
|
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue