diff options
author | ene <ene@sils.li> | 2023-03-17 17:42:23 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-03-17 17:42:23 +0100 |
commit | 8978453ef0492c833d42599c758d25f8ed5afde0 (patch) | |
tree | e0652bf94479213be1a89945f9aa3d7eee1f9a45 /hosts/tiamat | |
parent | Fix(hm/conf/lf): Update to new shell lib version (diff) | |
download | nixos-config-8978453ef0492c833d42599c758d25f8ed5afde0.tar.gz nixos-config-8978453ef0492c833d42599c758d25f8ed5afde0.zip |
Fix(system): Move services to system
Diffstat (limited to 'hosts/tiamat')
-rw-r--r-- | hosts/tiamat/configuration.nix | 2 |
1 files changed, 0 insertions, 2 deletions
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"; |