mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 12:02:09 +02:00
Update
This commit is contained in:
@@ -48,17 +48,6 @@ in {
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
};
|
||||
|
||||
# Auto Update & Clean
|
||||
# system.autoUpgrade = {
|
||||
# enable = true;
|
||||
# dates = "04:00";
|
||||
# flake = "${config.users.users.${variable.username}.home}/.config/nixos";
|
||||
# flags = [ "--update-input" "nixpkgs" "--commit-lock-file" ];
|
||||
# allowReboot = false;
|
||||
# };
|
||||
|
||||
##############
|
||||
|
||||
services = {
|
||||
xserver = {
|
||||
xkb.layout = "fr";
|
||||
@@ -122,6 +111,15 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
# Auto Update
|
||||
# system.autoUpgrade = {
|
||||
# enable = true;
|
||||
# dates = "04:00";
|
||||
# flake = "${config.users.users.${variable.username}.home}/.config/nixos";
|
||||
# flags = [ "--update-input" "nixpkgs" "--commit-lock-file" ];
|
||||
# allowReboot = false;
|
||||
# };
|
||||
|
||||
services.dbus.enable = true;
|
||||
|
||||
system.stateVersion = variable.stateVersion;
|
||||
|
||||
Reference in New Issue
Block a user