This commit is contained in:
zoe 2023-01-23 16:51:35 +01:00
parent 015a6295dc
commit 45850c7369
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
{ pkgs, users, ... }:
let
unstable = import <nixos-unstable> {};
in
{
# Define a user account. Don't forget to set a password with passwd.
users.users.zoe = {