errorhandling user.nix networking.nix
This commit is contained in:
@ -2,4 +2,5 @@
|
||||
networking = {
|
||||
hostName = "nixos";
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
{ pkgs, ...}: {
|
||||
users.users.stefan = {
|
||||
isNormalUser = true;
|
||||
description = "stefan";
|
||||
|
Reference in New Issue
Block a user