add host
This commit is contained in:
parent
9277a9d88e
commit
9bf0574d1d
2 changed files with 14 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
];
|
||||
};
|
||||
# Dell R630
|
||||
nixosConfigurations."k8s" = nixpkgs.lib.nixosSystem {
|
||||
nixosConfigurations."kaede" = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
agenix.nixosModules.default
|
||||
|
|
|
|||
13
hosts/kaede/default.nix
Normal file
13
hosts/kaede/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
virtualisation = {
|
||||
useEFIBoot = true;
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
};
|
||||
rootDevice = "/dev/disk/by-label/nixos";
|
||||
mountHostNixStore = true;
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue