Compare commits
2 commits
3e3a3a291a
...
f3f41f2246
Author | SHA1 | Date | |
---|---|---|---|
f3f41f2246 | |||
a8264c3573 |
3 changed files with 6 additions and 3 deletions
|
@ -6,8 +6,9 @@ in {
|
|||
environment.systemPackages = with pkgs; [
|
||||
cryptsetup
|
||||
dnsutils
|
||||
kubectl
|
||||
dogdns
|
||||
k9s
|
||||
kubectl
|
||||
pwgen
|
||||
whois
|
||||
unstable.argocd
|
||||
|
|
|
@ -117,6 +117,10 @@ 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,8 +154,6 @@ in {
|
|||
)
|
||||
];
|
||||
|
||||
services.gvfs.enable = true;
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
services.blueman.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue