cannot mkDefault flatpak to false
This commit is contained in:
parent
40e311e5e4
commit
fdb1b8aeb5
1 changed files with 1 additions and 2 deletions
|
|
@ -35,12 +35,11 @@
|
||||||
tree = "ls --tree";
|
tree = "ls --tree";
|
||||||
syscleanup = "sudo nix-collect-garbage -d; sudo /run/current-system/bin/switch-to-configuration boot";
|
syscleanup = "sudo nix-collect-garbage -d; sudo /run/current-system/bin/switch-to-configuration boot";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.flatpak.enable = lib.mkForce false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Server specific configuration
|
# Server specific configuration
|
||||||
(lib.mkIf hostType.isServer {
|
(lib.mkIf hostType.isServer {
|
||||||
|
services.flatpak.enable = false;
|
||||||
})
|
})
|
||||||
|
|
||||||
# Workstation specific configuration
|
# Workstation specific configuration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue