first commit
This commit is contained in:
20
hosts/raidy/default.nix
Normal file
20
hosts/raidy/default.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../common/global
|
||||
../common/users/dwessels
|
||||
|
||||
];
|
||||
|
||||
networking = {
|
||||
hostName = "raidy";
|
||||
useDHCP = true;
|
||||
};
|
||||
|
||||
system.stateVersion = "22.11";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user