[NixOS] Various tweaks

This commit is contained in:
2019-07-10 13:36:26 -07:00
parent c59da6de03
commit f2887c9a28
4 changed files with 31 additions and 14 deletions

View File

@@ -53,9 +53,6 @@
}
];
boot.loader.grub.device = "/dev/sda";
boot.loader.grub.useOSProber = true;
networking.hostName = "imalison-home";
boot.loader.efi.canTouchEfiVariables = true;