diff options
-rw-r--r-- | hosts/tiamat/networking.nix | 5 | ||||
-rw-r--r-- | system/boot/default.nix | 5 |
2 files changed, 3 insertions, 7 deletions
diff --git a/hosts/tiamat/networking.nix b/hosts/tiamat/networking.nix index 1ee7d850..e6f00c8a 100644 --- a/hosts/tiamat/networking.nix +++ b/hosts/tiamat/networking.nix @@ -1,6 +1,5 @@ -{ - ... -}: { +{...}: { networking.hostName = "tiamat"; } # vim: ts=2 + diff --git a/system/boot/default.nix b/system/boot/default.nix index e762c0e6..410bf143 100644 --- a/system/boot/default.nix +++ b/system/boot/default.nix @@ -1,7 +1,4 @@ -{ - pkgs, - ... -}: { +{pkgs, ...}: { boot = { initrd = { #compressor = "lz4"; |