mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 09:46:34 +05:30
feat: add kasmweb to persist dir
This commit is contained in:
@ -11,7 +11,6 @@
|
|||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
(modulesPath + "/profiles/qemu-guest.nix")
|
(modulesPath + "/profiles/qemu-guest.nix")
|
||||||
inputs.disko.nixosModules.default
|
inputs.disko.nixosModules.default
|
||||||
(import ./disko.nix {device = "/dev/sda";})
|
|
||||||
(import ./disko.nix {device = "/dev/vda";})
|
(import ./disko.nix {device = "/dev/vda";})
|
||||||
|
|
||||||
../common
|
../common
|
||||||
@ -197,6 +196,7 @@
|
|||||||
"/var/lib/private"
|
"/var/lib/private"
|
||||||
"/var/lib/nextcloud"
|
"/var/lib/nextcloud"
|
||||||
"/var/lib/silverbullet"
|
"/var/lib/silverbullet"
|
||||||
|
"/var/lib/kasmweb"
|
||||||
];
|
];
|
||||||
files = [
|
files = [
|
||||||
"/etc/ssh/ssh_host_ed25519_key"
|
"/etc/ssh/ssh_host_ed25519_key"
|
||||||
|
Reference in New Issue
Block a user