Add Hyprland, attempt generalization
This commit is contained in:
parent
590430f296
commit
a0cc623c4b
57 changed files with 634 additions and 385 deletions
2
hosts/extern/default.nix
vendored
2
hosts/extern/default.nix
vendored
|
@ -6,11 +6,13 @@
|
|||
./filesystems
|
||||
./hardware
|
||||
./modules
|
||||
./users
|
||||
../../modules/system
|
||||
];
|
||||
|
||||
system.wireguard.client.enable = true;
|
||||
networking.wireguard.interfaces.wgc.ips = [ "10.100.0.21/24" ];
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
networking.hostName = "extern";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue