Update flake inputs

Disable wait-online
Disable wpa_supplicant p2p
Disable cosmic specialiastion for now
This commit is contained in:
Pim Kunis 2024-11-12 21:32:42 +01:00
parent a2dc4931ce
commit 1ed220cbb0
3 changed files with 53 additions and 48 deletions

View file

@ -36,15 +36,15 @@
boot.initrd.luks.devices."luks-8ffd3129-4908-4209-98c4-4eb68a35c494".device = "/dev/disk/by-uuid/8ffd3129-4908-4209-98c4-4eb68a35c494";
specialisation.cosmic.configuration = {
imports = [
inputs.nixos-cosmic.nixosModules.default
];
# specialisation.cosmic.configuration = {
# imports = [
# inputs.nixos-cosmic.nixosModules.default
# ];
services = {
desktopManager.cosmic.enable = true;
displayManager.cosmic-greeter.enable = true;
};
};
# services = {
# desktopManager.cosmic.enable = true;
# displayManager.cosmic-greeter.enable = true;
# };
# };
};
}