From fb790ccc7c83dd905de7ccdfe016065fb6792304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Violet=20Truchse=C3=9F?= Date: Tue, 6 Feb 2024 18:04:49 +0100 Subject: [PATCH] git annex --- junk.nix | 30 +++++++----------------------- private | 2 +- 2 files changed, 8 insertions(+), 24 deletions(-) diff --git a/junk.nix b/junk.nix index b8d77d0..2f6405a 100644 --- a/junk.nix +++ b/junk.nix @@ -68,28 +68,12 @@ useDHCP = false; interfaces."br0".useDHCP = true; }; - - # Copy the NixOS configuration file and link it from the resulting system - # (/run/current-system/configuration.nix). This is useful in case you - # accidentally delete configuration.nix. - # system.copySystemConfiguration = true; - - # This option defines the first version of NixOS you have installed on this particular machine, - # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions. - # - # Most users should NEVER change this value after the initial install, for any reason, - # even if you've upgraded your system to a new NixOS release. - # - # This value does NOT affect the Nixpkgs version your packages and OS are pulled from, - # so changing it will NOT upgrade your system. - # - # This value being lower than the current NixOS release does NOT mean your system is - # out of date, out of support, or vulnerable. - # - # Do NOT change this value unless you have manually inspected all the changes it would make to your configuration, - # and migrated your data accordingly. - # - # For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion . - + users.users."annex" = { + uid = lib.mkForce 1032; + isNormalUser = true; + }; + environment.systemPackages = with pkgs; [ + git-annex + ]; } diff --git a/private b/private index 6eb8556..dd004d8 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit 6eb855661f87c604ca3c1b4a51eae140d3356356 +Subproject commit dd004d85b59a3e2cb8bb96551cd821230550c6b8