mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
added server hardware.nix
This commit is contained in:
parent
9f5e4e75b6
commit
553961b831
2 changed files with 33 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
{ system.stateVersion = "23.11";
|
||||
|
||||
imports = [ ../modules ];
|
||||
|
||||
users.users = {
|
||||
${config.user.name} = {
|
||||
isNormalUser = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue