Compare commits
No commits in common. "8d4f04d8a222eede54b214cd52e7630fad41c399" and "e8229ce713d356b59f4b496d1c56fb019550f10f" have entirely different histories.
8d4f04d8a2
...
e8229ce713
@ -17,11 +17,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1667142599,
|
"lastModified": 1663268520,
|
||||||
"narHash": "sha256-OLJxsg9VqfKjFkerOxWtNIkibsCvxsv5A8wNWO1MeWk=",
|
"narHash": "sha256-Jf6wkoMOhWUdx9d9UarWHExvOUDzVa98OsPYvbNLVYo=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "412b9917cea092f3d39f9cd5dead4effd5bc4053",
|
"rev": "823e2c9b0a0ec8b61b6583f48338072f137b6889",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
17
petalius.nix
17
petalius.nix
@ -159,21 +159,4 @@
|
|||||||
|
|
||||||
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";
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user