summaryrefslogtreecommitdiff
path: root/pc_t14.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pc_t14.nix')
-rw-r--r--pc_t14.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pc_t14.nix b/pc_t14.nix
new file mode 100644
index 0000000..221e6ba
--- /dev/null
+++ b/pc_t14.nix
@@ -0,0 +1,7 @@
+{ config, ... };
+
+{
+ boot.loader.grub.device = "/dev/sda";
+ networking.hostName = "nixT14s";
+}
+