diff options
| author | Fuwn <[email protected]> | 2024-10-21 02:54:19 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-21 02:54:19 -0700 |
| commit | 445fdc66db7f4053429996bfb56a967f78d1f20b (patch) | |
| tree | e1943471324fb07d23d43d51393cca4f48737ee5 /modules/desktop/default.nix | |
| parent | desktop: add plex (diff) | |
| download | nixos-config-445fdc66db7f4053429996bfb56a967f78d1f20b.tar.xz nixos-config-445fdc66db7f4053429996bfb56a967f78d1f20b.zip | |
pc: setup plex drive and scaffold kansai mount point
Diffstat (limited to 'modules/desktop/default.nix')
| -rw-r--r-- | modules/desktop/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/desktop/default.nix b/modules/desktop/default.nix index 5ef140c..580a81a 100644 --- a/modules/desktop/default.nix +++ b/modules/desktop/default.nix @@ -1,10 +1,8 @@ -{ config, self, ... }: { imports = [ ./networking ./software ./virtualisation + ./sops.nix ]; - - sops.defaultSopsFile = "${self}/secrets/${config.networking.hostName}.yaml"; } |