Create group and move files into it.
This commit is contained in:
7
nodes/hosts/group.nix
Normal file
7
nodes/hosts/group.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
common = {
|
||||
os = "nixos";
|
||||
channel = "stable";
|
||||
};
|
||||
lappy = {};
|
||||
}
|
||||
Reference in New Issue
Block a user