diff options
author | sefidel <contact@sefidel.net> | 2022-01-25 22:40:51 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-25 22:40:51 +0900 |
commit | 043b85ac6ec1e8666f5c635e53eb73f88a331006 (patch) | |
tree | 6e45bbb42271d3a33567ab299e2043c9f48f5c8d | |
parent | f1b9e4ff65c952d91134f626bc8f94a786fef977 (diff) | |
download | nixrc-043b85ac6ec1e8666f5c635e53eb73f88a331006.tar.gz nixrc-043b85ac6ec1e8666f5c635e53eb73f88a331006.zip |
nixos/alpha: remove redundant module
-rw-r--r-- | nixos/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/default.nix b/nixos/default.nix index 9c7c532..81125ac 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -9,7 +9,6 @@ inputs.sops-nix.nixosModules.sops ./modules/security.nix ./modules/cachix - ./alpha/configuration.nix ]; }; } |