chore: fmt
This commit is contained in:
parent
f792d1c9f5
commit
67874e09f5
3 changed files with 3 additions and 7 deletions
|
@ -1,3 +1 @@
|
|||
{
|
||||
wifi = "$__SECRET_wifi_secrets";
|
||||
}
|
||||
{ wifi = "$__SECRET_wifi_secrets"; }
|
||||
|
|
|
@ -74,9 +74,7 @@ in {
|
|||
source = "${bt-unfuck}/bin/bt-unfuck";
|
||||
};
|
||||
|
||||
services.desktopManager = {
|
||||
plasma6.enable = true;
|
||||
};
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
|
|
@ -178,7 +178,7 @@
|
|||
hostName = "cloud.is-a.cat";
|
||||
autoUpdateApps.enable = true;
|
||||
autoUpdateApps.startAt = "05:00:00";
|
||||
|
||||
|
||||
settings.overwriteprotocol = "https";
|
||||
|
||||
config = {
|
||||
|
|
Loading…
Add table
Reference in a new issue