Fix more issues
This commit is contained in:
parent
caaa4237cc
commit
0ff094c787
6 changed files with 12 additions and 8 deletions
|
|
@ -18,7 +18,7 @@
|
|||
tmux
|
||||
];
|
||||
|
||||
users.users."nixos" = {
|
||||
users.users."katkak" = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
};
|
||||
|
|
@ -34,8 +34,6 @@
|
|||
networking = {
|
||||
firewall = {
|
||||
enable = true;
|
||||
|
||||
allowedTCPPorts = [ 22 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -52,6 +50,8 @@
|
|||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
|
||||
trusted-users = [ "katkak" ];
|
||||
};
|
||||
|
||||
gc = {
|
||||
|
|
|
|||
|
|
@ -14,6 +14,6 @@
|
|||
|
||||
wsl = {
|
||||
enable = true;
|
||||
defaultUser = "nixos";
|
||||
defaultUser = "katkak";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue