From 8b387209b217752d7046a2de81230364fbcfdecf Mon Sep 17 00:00:00 2001 From: Alexandre LUCAZEAU Date: Fri, 17 Jun 2022 09:56:40 +0200 Subject: [PATCH] =?UTF-8?q?Int=C3=A9gration=20de=20neovim=20sur=20le=20DEL?= =?UTF-8?q?L?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/dell-5590/nixpkgs/configs/i3config | 2 +- hosts/dell-5590/nixpkgs/home.nix | 1 + modules/rest-server.nix | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/dell-5590/nixpkgs/configs/i3config b/hosts/dell-5590/nixpkgs/configs/i3config index 488152a..ab20a70 100644 --- a/hosts/dell-5590/nixpkgs/configs/i3config +++ b/hosts/dell-5590/nixpkgs/configs/i3config @@ -24,7 +24,7 @@ client.unfocused $gray2 $gray2 #FFFFFF #000000 font pango:Hack 10 # wallpaper -exec --no-startup-id feh --bg-scale /home/alexandre/images/SF.jpg +exec --no-startup-id feh --bg-scale /home/alexandre/images/foret.jpg # Redimensionnement de fenetres mode "resize" { diff --git a/hosts/dell-5590/nixpkgs/home.nix b/hosts/dell-5590/nixpkgs/home.nix index 134f893..9d2356d 100644 --- a/hosts/dell-5590/nixpkgs/home.nix +++ b/hosts/dell-5590/nixpkgs/home.nix @@ -10,6 +10,7 @@ ./mails.nix ./dunst.nix ./redshift.nix + ../../../modules/neovim.nix ]; home.keyboard = { layout = "fr"; diff --git a/modules/rest-server.nix b/modules/rest-server.nix index 00fdfd2..91dd9b7 100644 --- a/modules/rest-server.nix +++ b/modules/rest-server.nix @@ -6,7 +6,7 @@ in { services.restic.server = { enable = true; - appendOnly = true; + extraFlags = [ "--no-auth" ]; dataDir = "/var/lib/backup"; prometheus = true;