feat: update bootstrap image

This commit is contained in:
Nickolaj Jepsen 2025-12-13 19:31:56 +01:00
parent dfce77913b
commit 8e8dd928be
4 changed files with 117 additions and 8 deletions

View file

@ -57,11 +57,6 @@ with lib; let
);
in {
config.flake.nixosConfigurations = {
bootstrap = mkSystem {
hostname = "bootstrap";
username = "nixos";
};
laptop = mkSystem {
hostname = "laptop";
username = "nickolaj";
@ -78,5 +73,9 @@ in {
hostname = "homelab";
username = "nickolaj";
};
bootstrap = mkSystem {
hostname = "bootstrap";
username = "nickolaj";
};
};
}