diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-25 19:50:36 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-25 19:50:36 -0700 |
| commit | 427bff7d59080b7053ce37a88bfb42e078a40fba (patch) | |
| tree | 3fa0de16dcf695c0b42b2a546de233fd3950d477 /hosts/c-pc/configuration.nix | |
| parent | de48344a6eb3ff2a7167c47c8929d37ec8349976 (diff) | |
Formatting tweaks
Diffstat (limited to 'hosts/c-pc/configuration.nix')
| -rw-r--r-- | hosts/c-pc/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/c-pc/configuration.nix b/hosts/c-pc/configuration.nix index 6b290c1..533d09a 100644 --- a/hosts/c-pc/configuration.nix +++ b/hosts/c-pc/configuration.nix @@ -12,6 +12,7 @@ environment.persistence."/persist/system" = { hideMounts = true; + directories = [ "/etc/nixos" "/var/log" @@ -19,6 +20,7 @@ "/var/lib/systemd/coredump" #"/var/lib/bluetooth" ]; + files = [ "/etc/machine-id" ]; |