Add /dev/sda luks partition to crypttab, and install nextcloud-client

This commit is contained in:
2025-12-12 22:04:23 +01:00
parent 2a751ee1d4
commit d51e8ed455
3 changed files with 68 additions and 7 deletions

View File

@@ -127,5 +127,8 @@
};
};
environment.systemPackages = [ pkgs.tor-browser ];
environment.systemPackages = [
pkgs.tor-browser
pkgs.nextcloud-client
];
}