upgrade cream
This commit is contained in:
parent
40f8d7f4be
commit
aa11982ecb
15 changed files with 51 additions and 50 deletions
nixos/system
|
@ -8,7 +8,6 @@
|
|||
|
||||
# allow un-free
|
||||
# -------------
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
environment.variables.NIXPKGS_ALLOW_UNFREE = "1";
|
||||
|
||||
# some system stuff
|
||||
|
|
|
@ -48,7 +48,8 @@ with lib; {
|
|||
# -------------------------------
|
||||
private = {
|
||||
enable = lib.mkDefault false;
|
||||
watch = lib.mkDefault false;
|
||||
#watch = lib.mkDefault false;
|
||||
path = lib.mkDefault "/tmp/private";
|
||||
devices = [ "chungus" "pepe" "cream" "sterni" "mobi" "bobi" ];
|
||||
versioning = {
|
||||
type = "simple";
|
||||
|
@ -57,7 +58,8 @@ with lib; {
|
|||
};
|
||||
art = {
|
||||
enable = lib.mkDefault false;
|
||||
watch = lib.mkDefault false;
|
||||
#watch = lib.mkDefault false;
|
||||
path = lib.mkDefault "/tmp/art";
|
||||
devices = [ "chungus" "pepe" "cream" "sterni" "bumba" ];
|
||||
versioning = {
|
||||
type = "simple";
|
||||
|
@ -66,7 +68,8 @@ with lib; {
|
|||
};
|
||||
books = {
|
||||
enable = lib.mkDefault false;
|
||||
watch = lib.mkDefault false;
|
||||
#watch = lib.mkDefault false;
|
||||
path = lib.mkDefault "/tmp/books";
|
||||
devices = [ "chungus" "robi" ];
|
||||
versioning = {
|
||||
type = "simple";
|
||||
|
@ -75,7 +78,8 @@ with lib; {
|
|||
};
|
||||
password-store = {
|
||||
enable = lib.mkDefault false;
|
||||
watch = lib.mkDefault false;
|
||||
#watch = lib.mkDefault false;
|
||||
path = lib.mkDefault "/tmp/password-store";
|
||||
devices = [ "chungus" "pepe" "cream" "sterni" "mobi" "bobi" ];
|
||||
versioning = {
|
||||
type = "simple";
|
||||
|
@ -84,12 +88,14 @@ with lib; {
|
|||
};
|
||||
desktop = {
|
||||
enable = lib.mkDefault false;
|
||||
watch = lib.mkDefault false;
|
||||
#watch = lib.mkDefault false;
|
||||
path = lib.mkDefault "/tmp/desktop";
|
||||
devices = [ "chungus" "pepe" "cream" "sterni" "mobi" "bobi" ];
|
||||
};
|
||||
finance = {
|
||||
enable = lib.mkDefault false;
|
||||
watch = lib.mkDefault false;
|
||||
#watch = lib.mkDefault false;
|
||||
path = lib.mkDefault "/tmp/finance";
|
||||
devices = [ "chungus" "pepe" "cream" "sterni" "mobi" "bobi" ];
|
||||
versioning = {
|
||||
type = "simple";
|
||||
|
@ -98,7 +104,8 @@ with lib; {
|
|||
};
|
||||
fotos = {
|
||||
enable = lib.mkDefault false;
|
||||
watch = lib.mkDefault false;
|
||||
#watch = lib.mkDefault false;
|
||||
path = lib.mkDefault "/tmp/fotos";
|
||||
devices = [ "chungus" "pepe" ];
|
||||
versioning = {
|
||||
type = "simple";
|
||||
|
@ -110,7 +117,8 @@ with lib; {
|
|||
# ----------------------------------------
|
||||
lost-fotos = {
|
||||
enable = lib.mkDefault false;
|
||||
watch = lib.mkDefault false;
|
||||
#watch = lib.mkDefault false;
|
||||
path = lib.mkDefault "/tmp/lost-fotos";
|
||||
devices = [ "chungus" "pepe" "robi" ];
|
||||
versioning = {
|
||||
type = "simple";
|
||||
|
@ -125,7 +133,8 @@ with lib; {
|
|||
music-projects = {
|
||||
enable = lib.mkDefault false;
|
||||
id = "acfhu-r4t4f";
|
||||
watch = lib.mkDefault false;
|
||||
path = lib.mkDefault "/tmp/lost-fotos";
|
||||
#watch = lib.mkDefault false;
|
||||
devices = [ "chungus" "pepe" "cream" "sterni" "robi" ];
|
||||
versioning = {
|
||||
type = "simple";
|
||||
|
@ -134,7 +143,8 @@ with lib; {
|
|||
};
|
||||
nextcloud_backup = {
|
||||
enable = lib.mkDefault false;
|
||||
watch = lib.mkDefault false;
|
||||
#watch = lib.mkDefault false;
|
||||
path = lib.mkDefault "/tmp/lost-fotos";
|
||||
devices = [ "chungus" "pepe" "robi" ];
|
||||
versioning = {
|
||||
type = "simple";
|
||||
|
|
|
@ -245,7 +245,7 @@ in
|
|||
|
||||
trash-cli
|
||||
|
||||
nix-review
|
||||
nixpkgs-review
|
||||
units
|
||||
|
||||
hub # for github
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue