diff options
| author | Fuwn <[email protected]> | 2024-09-03 01:52:03 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-03 01:52:03 -0700 |
| commit | c6deea451af1af2fdf4aee7f1ed74209f312a9b3 (patch) | |
| tree | d725ce5a39939b1379f2a4141cd0ab54c1ef16cc /modules/default.nix | |
| parent | home (diff) | |
| download | nixos-config-c6deea451af1af2fdf4aee7f1ed74209f312a9b3.tar.xz nixos-config-c6deea451af1af2fdf4aee7f1ed74209f312a9b3.zip | |
modules
Diffstat (limited to 'modules/default.nix')
| -rw-r--r-- | modules/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/default.nix b/modules/default.nix index 22b7854..e491f13 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -3,18 +3,18 @@ ./boot ./environment ./programs + ./security ./hardware + ./networking ./services ./datetime.nix - ./networking.nix ./nix.nix ./nixpkgs.nix - ./security.nix + ./system.nix ./users.nix ./virtualisation.nix ./xdg-portal.nix ]; location.provider = "geoclue2"; - system.autoUpgrade.enable = false; } |