summaryrefslogtreecommitdiff
path: root/hosts/optiplex
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/optiplex')
-rw-r--r--hosts/optiplex/configuration.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/hosts/optiplex/configuration.nix b/hosts/optiplex/configuration.nix
index b314905..9dc718b 100644
--- a/hosts/optiplex/configuration.nix
+++ b/hosts/optiplex/configuration.nix
@@ -8,12 +8,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;