Update flake URI from merging branch into main
This commit is contained in:
parent
9cd36bf099
commit
389df6c760
|
@ -27,7 +27,6 @@
|
|||
keep-derivations = true
|
||||
'';
|
||||
};
|
||||
system.autoUpgrade.enable = lib.mkDefault false;
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
};
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
flake = "git+https://git.xenia.me.uk/xenia/nixos.git?ref=flake-conversion";
|
||||
flake = "git+https://git.xenia.me.uk/xenia/nixos.git";
|
||||
dates = "02:00";
|
||||
allowReboot = true;
|
||||
rebootWindow = {
|
||||
|
|
|
@ -50,10 +50,6 @@
|
|||
};
|
||||
|
||||
networking.hostName = "N0245"; # Define your hostname.
|
||||
system.autoUpgrade = {
|
||||
enable = false;
|
||||
allowReboot = false;
|
||||
};
|
||||
environment.etc."ppp/options".text = ''
|
||||
ipcp-accept-remote
|
||||
'';
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
};
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
flake = "git+https://git.xenia.me.uk/xenia/nixos.git?ref=flake-conversion";
|
||||
flake = "git+https://git.xenia.me.uk/xenia/nixos.git";
|
||||
allowReboot = false;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [mesa];
|
||||
|
|
Loading…
Reference in a new issue