Skip to content

Commit

Permalink
fix: add note so I don't make same mistake again
Browse files Browse the repository at this point in the history
  • Loading branch information
icecreammatt committed Mar 23, 2024
1 parent 5a15f24 commit 8e60397
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hosts/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
inherit inputs user darkmode username system nixpkgs;
};
modules = [
./config-common.nix
./config-common.nix # Do not remove this without adding user directly to machine config or you will be locked out
./gaming/configuration.nix
sops-nix.nixosModules.sops
inputs.xremap-flake.nixosModules.default
Expand All @@ -39,7 +39,7 @@
inherit inputs user darkmode username system nixpkgs;
};
modules = [
./config-common.nix
./config-common.nix # Do not remove this without adding user directly to machine config or you will be locked out
./mini/configuration.nix
attic.nixosModules.atticd
sops-nix.nixosModules.sops
Expand All @@ -54,7 +54,7 @@
};
modules = [
nixos-hardware.nixosModules.raspberry-pi-4
./config-common.nix
./config-common.nix # Do not remove this without adding user directly to machine config or you will be locked out
./pi4/configuration.nix
home-manager.nixosModules.home-manager
];
Expand All @@ -72,7 +72,7 @@
inherit user darkmode;
};
modules = [
./config-common.nix
./config-common.nix # Do not remove this without adding user directly to machine config or you will be locked out
./networking.nix
./vm/configuration.nix
home-manager.nixosModules.home-manager
Expand Down Expand Up @@ -102,7 +102,7 @@
inherit user darkmode;
};
modules = [
./config-common.nix
./config-common.nix # Do not remove this without adding user directly to machine config or you will be locked out
./networking.nix
./vm2/configuration.nix
home-manager.nixosModules.home-manager
Expand Down

0 comments on commit 8e60397

Please sign in to comment.