mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-04 23:51:11 +00:00
fixes for swan
This commit is contained in:
parent
12604f3109
commit
870ab6894d
@ -25,6 +25,7 @@ rec {
|
|||||||
nmasur.profiles = {
|
nmasur.profiles = {
|
||||||
common.enable = true;
|
common.enable = true;
|
||||||
linux-base.enable = true;
|
linux-base.enable = true;
|
||||||
|
power-user.enable = true;
|
||||||
};
|
};
|
||||||
home.stateVersion = "23.05";
|
home.stateVersion = "23.05";
|
||||||
};
|
};
|
||||||
|
@ -19,6 +19,7 @@ in
|
|||||||
nmasur.presets.services = {
|
nmasur.presets.services = {
|
||||||
# Configure physical power buttons
|
# Configure physical power buttons
|
||||||
logind.enable = lib.mkDefault true;
|
logind.enable = lib.mkDefault true;
|
||||||
|
avahi.enable = lib.mkDefault true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable automatic timezone updates based on location
|
# Enable automatic timezone updates based on location
|
||||||
|
Loading…
x
Reference in New Issue
Block a user