mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
configured impermanence for the nuc
This commit is contained in:
parent
d08a5e1c8e
commit
63605568c6
6 changed files with 17 additions and 10 deletions
|
@ -8,6 +8,7 @@
|
|||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
extraConfig = builtins.readFile ./hyprland.conf; # todo nix config when available
|
||||
recommendedEnvironment = true;
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue