Initial flake commit
Enough of an initial flake and layout for an initial commit.
This commit is contained in:
9
updates/no-restart.nix
Normal file
9
updates/no-restart.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Enable automatic updates
|
||||
system.autoUpgrade.enable = true;
|
||||
# Automatically restart after update
|
||||
#system.autoUpgrade.allowReboot = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user