Update FredOS-Gaming.nix
This commit is contained in:
parent
9f959bdb1a
commit
b1479e7482
1 changed files with 6 additions and 6 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
# FredOS-Gaming.nix
|
# hosts/FredOS-Gaming.nix
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
config = lib.mkIf (config.networking.hostName == "FredOS-Gaming") {
|
imports = lib.mkIf (config.networking.hostName == "FredOS-Gaming") [
|
||||||
imports = [
|
../settings/gnome.nix
|
||||||
../settings/gnome.nix
|
];
|
||||||
];
|
|
||||||
|
|
||||||
|
config = lib.mkIf (config.networking.hostName == "FredOS-Gaming") {
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dates = "daily";
|
dates = "daily";
|
||||||
persistent = true; # Run on next boot if the scheduled time was missed
|
persistent = true;
|
||||||
allowReboot = false;
|
allowReboot = false;
|
||||||
flags = [
|
flags = [
|
||||||
"--upgrade"
|
"--upgrade"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue