mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
hosts/ni: update config
For now, we're removing the backup media task just to make it easier to install for non-local setups. It is pretty much the only thing that requires the most secrets and I want to easily showcase my NixOS setup or something like that. Enabling the task is still in the local changes, just not to be committed.
This commit is contained in:
parent
c3acfe9936
commit
9dc7dff602
@ -40,15 +40,12 @@
|
||||
home = "/home/foo-dogsquared";
|
||||
};
|
||||
};
|
||||
tasks = {
|
||||
backup-archive.enable = true;
|
||||
multimedia-archive.enable = true;
|
||||
};
|
||||
themes = {
|
||||
themes.a-happy-gnome.enable = true;
|
||||
};
|
||||
|
||||
tasks.multimedia-archive.enable = true;
|
||||
themes.themes.a-happy-gnome.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# This is installed just to get Geiser to properly work.
|
||||
guile_3_0
|
||||
];
|
||||
|
||||
@ -98,6 +95,6 @@
|
||||
# this value at the release version of the first install of this system.
|
||||
# Before changing this value read the documentation for this option
|
||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||
system.stateVersion = "21.11"; # Did you read the comment?
|
||||
system.stateVersion = "22.05"; # Did you read the comment?
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user