initial
This commit is contained in:
8
modules/hosts/server02/server02Configuration.nix
Normal file
8
modules/hosts/server02/server02Configuration.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{...}: {
|
||||
flake.nixosModules.server02Configuration = {...}: {
|
||||
networking = {
|
||||
hostName = "mobile02";
|
||||
};
|
||||
imports = [./hardware-configuration.nix];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user