mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:03:11 -05:00
Trying to not break it
This commit is contained in:
parent
8994b2ca56
commit
877e1ea60f
1 changed files with 2 additions and 2 deletions
|
|
@ -43,9 +43,9 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
time.timeZone = "America/New_York";
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
users.users.annika = {
|
||||
users.users.annika2 = {
|
||||
isNormalUser = true;
|
||||
description = "Annika Merris";
|
||||
description = "Annika Merris Backup";
|
||||
extraGroups = [ "networkmanager" "wheel" "audio" ];
|
||||
};
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue