errorhandling user.nix networking.nix

This commit is contained in:
crurak 2023-08-02 22:08:13 +02:00
parent ed9000aabe
commit 136cfa5ba0
2 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,5 @@
networking = {
hostName = "nixos";
networkmanager.enable = true;
};
}

View File

@ -1,4 +1,4 @@
{
{ pkgs, ...}: {
users.users.stefan = {
isNormalUser = true;
description = "stefan";