diff options
author | Silas Schöffel <sils@sils.li> | 2024-04-01 00:58:18 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-04-01 01:00:11 +0200 |
commit | dce050507fa93ededa3cb8d4c707a97f3afb634b (patch) | |
tree | 57f19d423174414f30e5a2cde5abccfdc882ac2a /hosts/thinklappi/default.nix | |
parent | plymouth: init module (diff) | |
download | nix-config-dce050507fa93ededa3cb8d4c707a97f3afb634b.tar.gz nix-config-dce050507fa93ededa3cb8d4c707a97f3afb634b.zip |
structure: consume modules
Diffstat (limited to '')
-rw-r--r-- | hosts/thinklappi/default.nix | 19 |
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"; -} |