diff options
Diffstat (limited to 'systems/atlas/default.nix')
| -rw-r--r-- | systems/atlas/default.nix | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix index c48eca0..70f7c86 100644 --- a/systems/atlas/default.nix +++ b/systems/atlas/default.nix @@ -1,4 +1,4 @@ -{ config, modulesPath, ... }: +{ modulesPath, inputs, ... }: { imports = [ (modulesPath + "/profiles/minimal.nix") @@ -7,15 +7,9 @@ ./nginx.nix ./nixpkgs-tracker-bot.nix ./teawiebot.nix - ]; - _module.args.nixinate = { - host = config.networking.hostName; - sshUser = "root"; - buildOn = "remote"; - substituteOnTarget = true; - hermetic = false; - }; + inputs.self.nixosModules.default + ]; archetypes.server.enable = true; base.networking.enable = false; |
