From 0ed34de03697367000310b77b6af1582da3b339e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20H=C3=A9mono?= Date: Wed, 18 Sep 2024 07:41:19 +0200 Subject: [PATCH 1/4] Remove android-file-transfer Functionnality provided by GNOME. --- hosts/gwiad/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/gwiad/configuration.nix b/hosts/gwiad/configuration.nix index 9ba1713..f9a7f31 100644 --- a/hosts/gwiad/configuration.nix +++ b/hosts/gwiad/configuration.nix @@ -102,7 +102,6 @@ # System packages environment.systemPackages = with pkgs; [ - android-file-transfer android-tools bc git From 55565a25014dd9ae832226c0a181daca1868a6b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20H=C3=A9mono?= Date: Thu, 3 Oct 2024 20:58:04 +0200 Subject: [PATCH 2/4] Add rootless docker and docker-compose --- hosts/gwiad/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/gwiad/configuration.nix b/hosts/gwiad/configuration.nix index f9a7f31..394e00d 100644 --- a/hosts/gwiad/configuration.nix +++ b/hosts/gwiad/configuration.nix @@ -78,6 +78,7 @@ imv # slurpshot alacritty chromium + docker-compose hunspell hunspellDicts.fr-classique inkscape @@ -121,6 +122,11 @@ }; programs.browserpass.enable = true; + virtualisation.docker.rootless = { + enable = true; + setSocketVariable = true; + }; + # Fonts fonts.packages = with pkgs; [ monocraft From bbe51ceec21eb99c517d3343c3e05b9f3712a20c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20H=C3=A9mono?= Date: Sat, 5 Oct 2024 15:16:07 +0200 Subject: [PATCH 3/4] Add devenv --- hosts/gwiad/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/gwiad/configuration.nix b/hosts/gwiad/configuration.nix index 394e00d..e0251d7 100644 --- a/hosts/gwiad/configuration.nix +++ b/hosts/gwiad/configuration.nix @@ -105,6 +105,7 @@ environment.systemPackages = with pkgs; [ android-tools bc + devenv git htop jq @@ -150,6 +151,7 @@ options = "--delete-older-than 7d"; }; nix.settings.auto-optimise-store = true; + nix.settings.trusted-users = [ "jhemono" ]; # Some programs need SUID wrappers, can be configured further or are # started in user sessions. From 2a08468b627d5729120fed2061011d824584ddf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20H=C3=A9mono?= Date: Sat, 5 Oct 2024 15:41:05 +0200 Subject: [PATCH 4/4] Update --- flake.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index e61c2ba..69527b1 100644 --- a/flake.lock +++ b/flake.lock @@ -61,11 +61,11 @@ ] }, "locked": { - "lastModified": 1726018610, - "narHash": "sha256-ZzHoplvYlnpbdp0GbJFJPcAHX30DwkJb0ddKDxFy/1c=", + "lastModified": 1728092750, + "narHash": "sha256-N3v1gy/DQ6CBV0izEqG+WJvH+k+nsuUy5cfg1h7JawQ=", "owner": "nix-community", "repo": "nix-vscode-extensions", - "rev": "b25d873f9b0b451403d60dca7c37984971746ddb", + "rev": "43482ab1bc35a4cf504d078771804f181c15293c", "type": "github" }, "original": { @@ -76,11 +76,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1725930920, - "narHash": "sha256-RVhD9hnlTT2nJzPHlAqrWqCkA7T6CYrP41IoVRkciZM=", + "lastModified": 1728067476, + "narHash": "sha256-/uJcVXuBt+VFCPQIX+4YnYrHaubJSx4HoNsJVNRgANM=", "owner": "nixos", "repo": "nixpkgs", - "rev": "44a71ff39c182edaf25a7ace5c9454e7cba2c658", + "rev": "6e6b3dd395c3b1eb9be9f2d096383a8d05add030", "type": "github" }, "original": { @@ -108,11 +108,11 @@ ] }, "locked": { - "lastModified": 1725922448, - "narHash": "sha256-ruvh8tlEflRPifs5tlpa0gkttzq4UtgXkJQS7FusgFE=", + "lastModified": 1727734513, + "narHash": "sha256-i47LQwoGCVQq4upV2YHV0OudkauHNuFsv306ualB/Sw=", "owner": "Mic92", "repo": "sops-nix", - "rev": "cede1a08039178ac12957733e97ab1006c6b6892", + "rev": "3198a242e547939c5e659353551b0668ec150268", "type": "github" }, "original": {