configurations
This commit is contained in:
parent
6ab3634760
commit
46437cd2f0
2 changed files with 17 additions and 16 deletions
|
|
@ -75,6 +75,7 @@
|
||||||
|
|
||||||
"org/gnome/settings-daemon/plugins/power" = {
|
"org/gnome/settings-daemon/plugins/power" = {
|
||||||
power-button-action = "nothing";
|
power-button-action = "nothing";
|
||||||
|
sleep-inactive-ac-type = "nothing";
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/mutter" = {
|
"org/gnome/mutter" = {
|
||||||
|
|
|
||||||
|
|
@ -136,22 +136,22 @@
|
||||||
services.xserver.displayManager.gdm.enable = true;
|
services.xserver.displayManager.gdm.enable = true;
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|
||||||
systemd.timers."update-config" = {
|
# systemd.timers."update-config" = {
|
||||||
wantedBy = [ "timers.target" ];
|
# wantedBy = [ "timers.target" ];
|
||||||
timerConfig = {
|
# timerConfig = {
|
||||||
OnBootSec = "1m";
|
# OnBootSec = "1m";
|
||||||
Unit = "update-config.service";
|
# Unit = "update-config.service";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
#
|
||||||
systemd.services."update-config" = {
|
# systemd.services."update-config" = {
|
||||||
script = ''
|
# script = ''
|
||||||
'';
|
# '';
|
||||||
serviceConfig = {
|
# serviceConfig = {
|
||||||
Type = "oneshot";
|
# Type = "oneshot";
|
||||||
User = "root";
|
# User = "root";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
|
|
||||||
# TODO: Configure your system-wide user settings (groups, etc), add more users as needed.
|
# TODO: Configure your system-wide user settings (groups, etc), add more users as needed.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue