mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 15:16:23 +01:00
meow
This commit is contained in:
parent
2f045bf2fd
commit
48453eaf1c
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
secret-data/** filter=git-crypt diff=git-crypt
|
|
@ -164,7 +164,7 @@ users.users.jade = {
|
||||||
cava appimage-run
|
cava appimage-run
|
||||||
spacenavd libspnav
|
spacenavd libspnav
|
||||||
#prismlauncher
|
#prismlauncher
|
||||||
gitg gnome-builder
|
gitg gnome-builder git-crypt
|
||||||
gpick qdirstat file whois ffmpeg_5 scribus p7zip file nmap cmatrix tree socat libreoffice
|
gpick qdirstat file whois ffmpeg_5 scribus p7zip file nmap cmatrix tree socat libreoffice
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -191,6 +191,11 @@
|
||||||
# fsType = "btrfs";
|
# fsType = "btrfs";
|
||||||
# options = [ "subvol=swap" "noatime" ];
|
# options = [ "subvol=swap" "noatime" ];
|
||||||
#};
|
#};
|
||||||
|
systemd.services.nix-daemon.environment.NIX_SSHOPTS = let
|
||||||
|
knownHosts = pkgs.writeText "known-hosts" ''
|
||||||
|
${builtins.readFile ../secret-data/ssh-desktop-knownhosts-thingies}
|
||||||
|
'';
|
||||||
|
in "-oIdentityFile=/home/jade/.ssh/id_rsa -oUserKnownHostsFile=/home/jade/.ssh/known_hosts";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
BIN
secret-data/ssh-desktop-knownhosts-thingies
Normal file
BIN
secret-data/ssh-desktop-knownhosts-thingies
Normal file
Binary file not shown.
Loading…
Reference in a new issue