add new host
This commit is contained in:
parent
4a65423961
commit
730d6dcb86
1 changed files with 7 additions and 0 deletions
7
hosts/dinictis/default.nix
Normal file
7
hosts/dinictis/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
../../profiles/desktop
|
||||
];
|
||||
|
||||
system.stateVersion = "23.11"; # Did you read the comment?
|
||||
}
|
Loading…
Reference in a new issue