Rename some hostnames
This commit is contained in:
parent
bbf0696221
commit
17f2a16f48
51 changed files with 175 additions and 281 deletions
15
hosts/extern/default.nix
vendored
Normal file
15
hosts/extern/default.nix
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./boot
|
||||
./disko
|
||||
./hardware
|
||||
./wireguard
|
||||
../../modules/system
|
||||
];
|
||||
|
||||
system.lanzaboote.enable = true;
|
||||
system.video.nvidia.enable = true;
|
||||
|
||||
networking.hostName = "extern";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue