summary refs log tree commit diff stats
path: root/hosts/thinklappi/default.nix
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-04-01 00:58:18 +0200
committerSilas Schöffel <sils@sils.li>2024-04-01 01:00:11 +0200
commitdce050507fa93ededa3cb8d4c707a97f3afb634b (patch)
tree57f19d423174414f30e5a2cde5abccfdc882ac2a /hosts/thinklappi/default.nix
parentplymouth: init module (diff)
downloadnix-config-dce050507fa93ededa3cb8d4c707a97f3afb634b.tar.gz
nix-config-dce050507fa93ededa3cb8d4c707a97f3afb634b.zip
structure: consume modules
Diffstat (limited to '')
-rw-r--r--hosts/thinklappi/default.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/hosts/thinklappi/default.nix b/hosts/thinklappi/default.nix
deleted file mode 100644
index 66fcd7d..0000000
--- a/hosts/thinklappi/default.nix
+++ /dev/null
@@ -1,19 +0,0 @@
-{
-  config,
-  pkgs,
-  ...
-}: {
-  imports = [
-    ./basesystem.nix
-    ../../sys
-    ../../secrets
-  ];
-
-  i18n.defaultLocale = "en_US.UTF-8";
-
-  networking.hostName = "thinklappi";
-
-  time.timeZone = "Europe/Berlin";
-
-  system.stateVersion = "23.05";
-}