mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +02:00
enable nix-server
This commit is contained in:
parent
08c7c980bf
commit
d56d1c526e
1 changed files with 5 additions and 2 deletions
|
@ -66,6 +66,11 @@
|
|||
};
|
||||
pcscd.enable = true;
|
||||
udev.packages = [ pkgs.yubikey-personalization ];
|
||||
nix-serve = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
secretKeyFile = "/var/cache-priv-key.pem";
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs = {
|
||||
|
@ -104,8 +109,6 @@
|
|||
webex
|
||||
jitsi-meet-electron
|
||||
thunderbird
|
||||
|
||||
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
|
Loading…
Add table
Reference in a new issue