mrdavid: add krebs host name
This commit is contained in:
parent
84c7ffa77a
commit
7a0c15a159
|
@ -5,7 +5,6 @@
|
|||
[ # Include the results of the hardware scan.
|
||||
./hardware.nix
|
||||
../../2configs/default.nix
|
||||
# ../../2configs/nur.nix
|
||||
|
||||
# ../../2configs/nur.nix
|
||||
../../2configs/home-manager
|
||||
|
@ -25,5 +24,5 @@
|
|||
# ../../2configs/tinc/retiolum.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
krebs.build.host.name = "mrdavid";
|
||||
}
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
{ disk ? "/dev/sda", ... }: {
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
disko.devices = {
|
||||
disk = {
|
||||
disk1 = {
|
||||
|
|
Loading…
Reference in a new issue