Added a symlink for cookiez assets flake input to /var/lib/assets
This commit is contained in:
@ -196,9 +196,14 @@ in {
|
|||||||
openssh.enable = true;
|
openssh.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.fprintd = {
|
systemd = {
|
||||||
wantedBy = ["multi-user.target"];
|
tmpfiles.rules = [
|
||||||
serviceConfig.Type = "simple";
|
"L+ /var/lib/assets - - - - ${inputs.cookiez-assets}"
|
||||||
|
];
|
||||||
|
services.fprintd = {
|
||||||
|
wantedBy = ["multi-user.target"];
|
||||||
|
serviceConfig.Type = "simple";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
@ -314,7 +319,7 @@ in {
|
|||||||
users.users.${username} = {
|
users.users.${username} = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Cookiez";
|
description = "Cookiez";
|
||||||
extraGroups = ["networkmanager" "wheel" "docker" "gamemode"];
|
extraGroups = ["networkmanager" "wheel" "docker" "gamemode" "dialout" "tty"];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
#User Packages Here
|
#User Packages Here
|
||||||
];
|
];
|
||||||
@ -385,9 +390,8 @@ in {
|
|||||||
max-substitution-jobs = 32;
|
max-substitution-jobs = 32;
|
||||||
http-connections = 50;
|
http-connections = 50;
|
||||||
|
|
||||||
#Both needed for sleepy-launcher to work
|
extra-substituters = ["https://ezkea.cachix.org" "https://noctalia.cachix.org" "https://nix-community.cachix.org"];
|
||||||
extra-substituters = ["https://ezkea.cachix.org" "https://nix-community.cachix.org"];
|
extra-trusted-public-keys = ["ezkea.cachix.org-1:ioBmUbJTZIKsHmWWXPe1FSFbeVe+afhfgqgTSNd34eI=" "noctalia.cachix.org-1:pCOR47nnMEo5thcxNDtzWpOxNFQsBRglJzxWPp3dkU4=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="];
|
||||||
extra-trusted-public-keys = ["ezkea.cachix.org-1:ioBmUbJTZIKsHmWWXPe1FSFbeVe+afhfgqgTSNd34eI=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
|
|||||||
Reference in New Issue
Block a user