diff options
author | Silas Schöffel <sils@sils.li> | 2025-01-25 21:42:22 +0100 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-01-25 21:43:25 +0100 |
commit | 51085ef8f8fd4a8c8ef7fe0890ddcdc22433a94c (patch) | |
tree | e368d5511228faecafcffbfcdad6187fa8a7bbab /system/default.nix | |
parent | feat(hosts)!: remove server1 (diff) | |
download | nixos-server-51085ef8f8fd4a8c8ef7fe0890ddcdc22433a94c.zip |
feat(system): remove
This only contains unused and unwanted services
Diffstat (limited to 'system/default.nix')
-rw-r--r-- | system/default.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/system/default.nix b/system/default.nix deleted file mode 100644 index 9fdd937..0000000 --- a/system/default.nix +++ /dev/null @@ -1,7 +0,0 @@ -{...}: { - imports = [ - ./packages - ./secrets - ./services - ]; -} |