Compare commits

...

2 Commits

Author SHA1 Message Date
Gabriel Ebner 8d4f04d8a2 update nixos 2022-10-31 17:26:09 -07:00
Gabriel Ebner 18ecb5248d add gebner2 2022-10-31 17:14:55 -07:00
2 changed files with 20 additions and 3 deletions

View File

@ -17,11 +17,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1663268520, "lastModified": 1667142599,
"narHash": "sha256-Jf6wkoMOhWUdx9d9UarWHExvOUDzVa98OsPYvbNLVYo=", "narHash": "sha256-OLJxsg9VqfKjFkerOxWtNIkibsCvxsv5A8wNWO1MeWk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "823e2c9b0a0ec8b61b6583f48338072f137b6889", "rev": "412b9917cea092f3d39f9cd5dead4effd5bc4053",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -159,4 +159,21 @@
services.fwupd.enable = true; services.fwupd.enable = true;
users.extraUsers.gebner2 = {
isNormalUser = true;
extraGroups = [
"wheel"
# "networkmanager"
"audio"
# "transmission"
# "lxd"
# "libvirtd"
# "vboxusers"
# "wireshark"
"input" "tty" "audio" "video" "uinput"
];
# shell = "${pkgs.zsh}/bin/zsh";
shell = "/run/current-system/sw/bin/fish";
};
} }