From 8978453ef0492c833d42599c758d25f8ed5afde0 Mon Sep 17 00:00:00 2001 From: ene Date: Fri, 17 Mar 2023 17:42:23 +0100 Subject: Fix(system): Move services to system --- hosts/apzu/configuration.nix | 2 -- hosts/lahmu/configuration.nix | 2 -- hosts/mammun/configuration.nix | 2 -- hosts/spawn/configuration.nix | 3 --- hosts/tiamat/configuration.nix | 2 -- 5 files changed, 11 deletions(-) (limited to 'hosts') diff --git a/hosts/apzu/configuration.nix b/hosts/apzu/configuration.nix index 8e78949b..0e71a7ba 100644 --- a/hosts/apzu/configuration.nix +++ b/hosts/apzu/configuration.nix @@ -11,8 +11,6 @@ ./networking.nix ../../system - - ../../services ]; system.stateVersion = "23.05"; diff --git a/hosts/lahmu/configuration.nix b/hosts/lahmu/configuration.nix index dbf6327c..a3274958 100644 --- a/hosts/lahmu/configuration.nix +++ b/hosts/lahmu/configuration.nix @@ -11,8 +11,6 @@ ./networking.nix ../../system - - ../../services ]; soispha = { diff --git a/hosts/mammun/configuration.nix b/hosts/mammun/configuration.nix index 294fc815..0252e8e8 100644 --- a/hosts/mammun/configuration.nix +++ b/hosts/mammun/configuration.nix @@ -12,8 +12,6 @@ ./networking.nix ../../system - - ../../services ]; soispha = { users = { diff --git a/hosts/spawn/configuration.nix b/hosts/spawn/configuration.nix index e7739e3d..ff50f404 100644 --- a/hosts/spawn/configuration.nix +++ b/hosts/spawn/configuration.nix @@ -5,9 +5,6 @@ ./networking.nix ../../system - - # TODO ? - ../../services ]; system.stateVersion = "23.05"; diff --git a/hosts/tiamat/configuration.nix b/hosts/tiamat/configuration.nix index 7f68621c..44a89d70 100644 --- a/hosts/tiamat/configuration.nix +++ b/hosts/tiamat/configuration.nix @@ -13,8 +13,6 @@ ../../secrets ../../system - - ../../services ]; system.stateVersion = "23.05"; -- cgit 1.4.1