initial commit
This commit is contained in:
commit
0be2158ea9
20 changed files with 1239 additions and 0 deletions
9
hosts/ess-helm/users.nix
Normal file
9
hosts/ess-helm/users.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.synix.nixosModules.normalUsers
|
||||
|
||||
../../users/sid
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue