Add envy laptop
This commit is contained in:
parent
2d3d4bcc2b
commit
8d600e8bef
11 changed files with 157 additions and 2 deletions
17
hosts/envy/default.nix
Normal file
17
hosts/envy/default.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./boot
|
||||
./disko
|
||||
./filesystems
|
||||
./hardware
|
||||
./users
|
||||
../../modules/system
|
||||
];
|
||||
|
||||
system.wireguard.client.enable = true;
|
||||
networking.wireguard.interfaces.wgc.ips = [ "10.100.0.25/24" ];
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
networking.hostName = "envy";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue