ready for bare metal install.. I think

This commit is contained in:
2024-03-15 13:45:57 +00:00
parent 349bdde402
commit de1ef95733
2 changed files with 11 additions and 3 deletions
+4 -1
View File
@@ -11,6 +11,10 @@
inputs.home-manager.nixosModules.default
];
# nixpkgs.config.permittedInsecurePackages = [
# "electron-19.1.9"
# ];
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
@@ -74,7 +78,6 @@
# ];
# };
nix.settings.trusted-users = [ "root" "@wheel" ];
users.users.liamm = {
isNormalUser = true;
description = "liamm";