nas builds
This commit is contained in:
@@ -6,14 +6,14 @@ let
|
||||
jwtSecretFile = config.sops.secrets."jallen-nas/onlyoffice-key".path;
|
||||
nextcloudUserId = config.users.users.nix-apps.uid;
|
||||
nextcloudGroupId = config.users.groups.jallen-nas.gid;
|
||||
nextcloudPackage = pkgs.stable.nextcloud31;
|
||||
nextcloudPackage = pkgs.nextcloud31;
|
||||
hostAddress = settings.hostAddress;
|
||||
localAddress = "10.0.2.18";
|
||||
nextcloudPortExtHttp = 9988;
|
||||
nextcloudPortExtHttps = 9943;
|
||||
onlyofficePortExt = 9943;
|
||||
|
||||
systemPackages = with pkgs.stable; [
|
||||
systemPackages = with pkgs; [
|
||||
cudaPackages.cudnn
|
||||
cudatoolkit
|
||||
ffmpeg
|
||||
|
||||
@@ -27,10 +27,6 @@
|
||||
./sops.nix
|
||||
];
|
||||
|
||||
snowfallorg.users.admin.home.config = {
|
||||
mjallen.sops.enable = true;
|
||||
};
|
||||
|
||||
powerManagement.cpuFreqGovernor = "powersave";
|
||||
|
||||
${namespace} = {
|
||||
@@ -43,6 +39,9 @@
|
||||
nvidiaSettings = true;
|
||||
enableNvidiaDocker = true;
|
||||
};
|
||||
user = {
|
||||
name = "admin";
|
||||
};
|
||||
};
|
||||
|
||||
security.tpm2 = {
|
||||
|
||||
Reference in New Issue
Block a user