Add back lacros
This commit is contained in:
parent
b404b62564
commit
379d737c18
11 changed files with 186 additions and 29 deletions
25
hosts/lacros/default.nix
Normal file
25
hosts/lacros/default.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./boot
|
||||
./disko
|
||||
./filesystems
|
||||
./hardware
|
||||
./users
|
||||
../../modules/system
|
||||
];
|
||||
|
||||
networking = {
|
||||
hostName = "lacros";
|
||||
hostId = "eb3a2dd3";
|
||||
wg-quick.interfaces.wgc.address = [ "10.100.0.26/24" ];
|
||||
};
|
||||
|
||||
system = {
|
||||
desktop.enable = true;
|
||||
lanzaboote.enable = true;
|
||||
wireguard.client.enable = true;
|
||||
libvirtd.enable = true;
|
||||
stateVersion = "24.11";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue