Enable autoUpgrade by default for NixOS hosts
NoMachine no longer floating
This commit is contained in:
parent
3d38e32e83
commit
6cb0d695ee
|
@ -31,10 +31,7 @@
|
|||
"Element".desktop = "chat";
|
||||
"Signal".desktop = "chat";
|
||||
"teams-for-linux".desktop = "chat";
|
||||
"Nxplayer.bin" = {
|
||||
desktop = "remote";
|
||||
state = "floating";
|
||||
};
|
||||
"Nxplayer.bin".desktop = "remote";
|
||||
};
|
||||
extraConfig = ''
|
||||
xsetroot -cursor_name left_ptr
|
||||
|
|
|
@ -17,8 +17,6 @@
|
|||
nameservers = ["192.168.1.230" "127.0.0.1" "9.9.9.9"];
|
||||
};
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
flake = "git+https://git.xenia.me.uk/xenia/nixos.git?ref=main";
|
||||
dates = "02:00";
|
||||
allowReboot = true;
|
||||
rebootWindow = {
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
environment.etc."ppp/options".text = ''
|
||||
ipcp-accept-remote
|
||||
'';
|
||||
system.autoUpgrade.allowReboot = false;
|
||||
|
||||
users.users.elitherl = {
|
||||
isNormalUser = true;
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
hardware.bluetooth.enable = true;
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
|
||||
system.autoUpgrade.enable = true;
|
||||
system.autoUpgrade.flake = "git+https://git.xenia.me.uk/xenia/nixos.git?ref=main";
|
||||
system.autoUpgrade.allowReboot = false;
|
||||
environment.systemPackages = with pkgs; [mesa];
|
||||
|
||||
|
|
|
@ -11,6 +11,10 @@
|
|||
keep-derivations = true
|
||||
'';
|
||||
};
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
flake = "git+https://git.xenia.me.uk/xenia/nixos.git?ref=main";
|
||||
};
|
||||
networking.networkmanager.enable = true;
|
||||
services.power-profiles-daemon.enable = true;
|
||||
virtualisation.podman.enable = true;
|
||||
|
|
Loading…
Reference in a new issue