it was mkForce instead of mkDefault before
This commit is contained in:
parent
fdb1b8aeb5
commit
8f3d0e7a7d
1 changed files with 2 additions and 1 deletions
|
|
@ -35,11 +35,12 @@
|
||||||
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.mkDefault 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