diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-04-11 18:33:20 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-04-11 18:33:20 -0500 |
| commit | 9a40ac45f0e572a41f2f8f3d2f18c50338c9ddb2 (patch) | |
| tree | 5eca399aef60a647708307cdc726aed22726fe45 /hosts/libreX60 | |
| parent | ca935461bc128bbeb82e4b3f5504a480c269dc0a (diff) | |
| download | nixos-9a40ac45f0e572a41f2f8f3d2f18c50338c9ddb2.tar.xz nixos-9a40ac45f0e572a41f2f8f3d2f18c50338c9ddb2.zip | |
btrfs profile with autoscrubbing and move docker.storageDriver to the btrfs/zfs profiles
Diffstat (limited to 'hosts/libreX60')
| -rw-r--r-- | hosts/libreX60/configuration.nix | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/hosts/libreX60/configuration.nix b/hosts/libreX60/configuration.nix index 2ebb333..74b7012 100644 --- a/hosts/libreX60/configuration.nix +++ b/hosts/libreX60/configuration.nix @@ -18,10 +18,12 @@ # Enable common options _archetypes = { - # Use desktop profile - profiles.desktop = { - enable = true; - home.users.timmy.enable = true; + profiles = { + desktop = { + enable = true; + home.users.timmy.enable = true; + }; + btrfs.enable = true; }; }; |
