Let's just ignore sops and home manager for now and see if that works

This commit is contained in:
Lillian-Violet 2024-01-08 18:27:21 +01:00
parent f2f9f40530
commit 02d5ea8c9b
2 changed files with 2 additions and 2 deletions

View file

@ -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
]; ];
}; };
}; };

View file

@ -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
]; ];