Compare commits
No commits in common. "f3f41f22466d116cfb8db44e8ffbbd853fd9ea55" and "3e3a3a291af8d5a2b6548ccfa06614337fa16342" have entirely different histories.
f3f41f2246
...
3e3a3a291a
3 changed files with 3 additions and 6 deletions
|
@ -6,9 +6,8 @@ in {
|
|||
environment.systemPackages = with pkgs; [
|
||||
cryptsetup
|
||||
dnsutils
|
||||
dogdns
|
||||
k9s
|
||||
kubectl
|
||||
k9s
|
||||
pwgen
|
||||
whois
|
||||
unstable.argocd
|
||||
|
|
|
@ -117,10 +117,6 @@ in {
|
|||
Defaults env_keep+=SSH_AUTH_SOCK
|
||||
'';
|
||||
|
||||
services.gvfs = {
|
||||
enable = true;
|
||||
package = lib.mkForce pkgs.gnome3.gvfs;
|
||||
};
|
||||
services.resolved.enable = true;
|
||||
services.lorri.enable = true;
|
||||
|
||||
|
|
|
@ -154,6 +154,8 @@ in {
|
|||
)
|
||||
];
|
||||
|
||||
services.gvfs.enable = true;
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
services.blueman.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue