summary refs log tree commit diff stats
path: root/hosts/thinklappi/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/thinklappi/default.nix')
-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";
-}