diff options
author | Julian T <julian@jtle.dk> | 2021-03-23 20:37:21 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2021-03-23 20:37:21 +0100 |
commit | c671635f4be443c427cdd398dd60362a3110cdba (patch) | |
tree | 13498595dc9c92d05a369cc719049d40d5483106 /pc_t14.nix | |
parent | c701bd92bb5031f9a953fcd8ed01d0167e4d7934 (diff) |
Adapted for new laptop, not tested
Diffstat (limited to 'pc_t14.nix')
-rw-r--r-- | pc_t14.nix | 7 |
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"; +} + |