summaryrefslogtreecommitdiff
path: root/hosts/T495
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-04-11 18:33:20 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-04-11 18:33:20 -0500
commit9a40ac45f0e572a41f2f8f3d2f18c50338c9ddb2 (patch)
tree5eca399aef60a647708307cdc726aed22726fe45 /hosts/T495
parentca935461bc128bbeb82e4b3f5504a480c269dc0a (diff)
downloadnixos-9a40ac45f0e572a41f2f8f3d2f18c50338c9ddb2.tar.xz
nixos-9a40ac45f0e572a41f2f8f3d2f18c50338c9ddb2.zip
btrfs profile with autoscrubbing and move docker.storageDriver to the btrfs/zfs profiles
Diffstat (limited to 'hosts/T495')
-rw-r--r--hosts/T495/configuration.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/hosts/T495/configuration.nix b/hosts/T495/configuration.nix
index eb24cba..b80f27e 100644
--- a/hosts/T495/configuration.nix
+++ b/hosts/T495/configuration.nix
@@ -6,12 +6,13 @@
# 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;
};
- # Install software
collections = {
desktop = {
extraUtilities.enable = true;