configured impermanence for the nuc

This commit is contained in:
Rouven Seifert 2023-05-30 20:36:52 +02:00
parent d08a5e1c8e
commit 63605568c6
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
6 changed files with 17 additions and 10 deletions

View file

@ -8,6 +8,7 @@
wayland.windowManager.hyprland = {
enable = true;
extraConfig = builtins.readFile ./hyprland.conf; # todo nix config when available
recommendedEnvironment = true;
};
home.sessionVariables = {

View file

@ -35,10 +35,6 @@ in
hostname = "192.168.10.2";
user = "root";
};
"git@rfive.de" = {
match = "Host rfive.de User git";
identityFile = git;
};
"git@raspi" = {
match = "Host raspi User git";
identityFile = git;