mrdavid: add krebs host name

This commit is contained in:
makefu 2023-07-12 20:33:04 +02:00
parent 84c7ffa77a
commit 7a0c15a159
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225
2 changed files with 3 additions and 2 deletions

View file

@ -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";
}

View file

@ -1,4 +1,6 @@
{ disk ? "/dev/sda", ... }: {
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.systemd-boot.enable = true;
disko.devices = {
disk = {
disk1 = {