summaryrefslogtreecommitdiff
path: root/pc_t14.nix
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2021-03-23 20:37:21 +0100
committerJulian T <julian@jtle.dk>2021-03-23 20:37:21 +0100
commitc671635f4be443c427cdd398dd60362a3110cdba (patch)
tree13498595dc9c92d05a369cc719049d40d5483106 /pc_t14.nix
parentc701bd92bb5031f9a953fcd8ed01d0167e4d7934 (diff)
Adapted for new laptop, not tested
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";
+}
+