diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-02-09 01:36:39 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-02-09 01:36:39 +0300 |
commit | a63bd773b9dfce7d71a5a87d167755a22ccf0c3c (patch) | |
tree | 0fe881090fdda186cb9349ac661a0d93d65ee4f2 /nixosConfigurations | |
parent | 2024-02-01 (diff) |
2024-02-09
Diffstat (limited to '')
-rw-r--r-- | nixosConfigurations/eonwe/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nixosConfigurations/eonwe/default.nix b/nixosConfigurations/eonwe/default.nix index 219991a..9afaf2c 100644 --- a/nixosConfigurations/eonwe/default.nix +++ b/nixosConfigurations/eonwe/default.nix @@ -24,7 +24,6 @@ with lib; { steam-run.quirks.blackIsleStudios = true; }; libvirtd.enable = true; - lxc.enable = true; mpd.enable = true; qutebrowser.enable = true; }; |