Big update to logic and nix files. Need testing.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
system.activationScripts.script.text = ''
|
||||
#!/bin/bash
|
||||
${pkgs.coreutils}/bin/mkdir -p /mnt/config/ /mnt/data/
|
||||
${pkgs.coreutils}/bin/chown -R numbus-admin:users /mnt/config/
|
||||
${pkgs.coreutils}/bin/chown -R numbus-admin:users /mnt/data/
|
||||
|
||||
PODMAN_NETWORKS
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user