diff options
author | tdback <tyler@tdback.net> | 2025-01-24 23:31:19 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-01-24 23:31:19 -0500 |
commit | fb6f1acf690bc6fd18533b233c1d68cf0d911faa (patch) | |
tree | d7b4e0ec63a81288177686991fac74a2c96c54ec /flake.nix | |
parent | c0b45157d3e97402648ec0aea82d949bfa4d4c82 (diff) |
flake: remove old profiles
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -26,7 +26,6 @@ modules = [ "common" "podman" - "security" "upgrade" "wireguard" "zfs" @@ -55,7 +54,6 @@ type = "profiles"; modules = [ "common" - "security" "upgrade" ]; } @@ -80,7 +78,6 @@ type = "profiles"; modules = [ "common" - "security" "upgrade" ]; } @@ -116,7 +113,6 @@ modules = [ "common" "podman" - "security" "share" "upgrade" "wireguard" @@ -145,8 +141,6 @@ type = "profiles"; modules = [ "common" - "pipewire" - "security" "vpn" "xorg" ]; @@ -157,7 +151,6 @@ type = "profiles"; modules = [ "common" - "security" "upgrade" "wireguard" ]; @@ -186,8 +179,6 @@ "fstrim" "libvirtd" "nvidia" - "pipewire" - "security" "steam" "wireshark" "xorg" |