summaryrefslogtreecommitdiff
path: root/hosts/X230/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/X230/configuration.nix')
-rw-r--r--hosts/X230/configuration.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/hosts/X230/configuration.nix b/hosts/X230/configuration.nix
index fcf0b05..22856f2 100644
--- a/hosts/X230/configuration.nix
+++ b/hosts/X230/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 = {
crypto.enable = true;