diff options
| author | Fuwn <[email protected]> | 2024-09-09 15:33:46 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-09 15:33:46 -0700 |
| commit | 0aea057b20b4086f05a881d01f1ef93e5c52b382 (patch) | |
| tree | d482d41abc50e1dc9b1d30625d7fdcfe0efbc4de | |
| parent | Bump: enable ollama service (diff) | |
| download | nixos-config-0aea057b20b4086f05a881d01f1ef93e5c52b382.tar.xz nixos-config-0aea057b20b4086f05a881d01f1ef93e5c52b382.zip | |
Bump
| -rw-r--r-- | modules/system/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/default.nix b/modules/system/default.nix index 3c586eb..7b9013b 100644 --- a/modules/system/default.nix +++ b/modules/system/default.nix @@ -6,10 +6,10 @@ ./desktop ./networking ./services + ./encryption.nix # ./gaming.nix ./input.nix ./locale.nix - ./encryption.nix ./programs.nix ./systemd.nix ./users.nix |