Archived
updated to efi boot and resolved module paths
This commit is contained in:
@@ -28,8 +28,10 @@ in {
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
../../modules/common/configuration.nix
|
||||
../../modules/nix/cache-client.nix
|
||||
../../modules/nix/remote-builder-client.nix
|
||||
../../modules/nix-cache/client.nix
|
||||
../../modules/remote-builder-client.nix
|
||||
../../modules/disko/proxmox.nix
|
||||
../../modules/boot/efi.nix
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
{
|
||||
|
||||
imports = [
|
||||
../../common/aliases.nix
|
||||
../../modules/common/aliases.nix
|
||||
];
|
||||
|
||||
home.username = "nixos"; # your actual username
|
||||
|
||||
Reference in New Issue
Block a user