refactor, prep
This commit is contained in:
parent
82115af252
commit
accc04e214
8 changed files with 24 additions and 14 deletions
14
flake.nix
14
flake.nix
|
|
@ -72,29 +72,34 @@
|
||||||
|
|
||||||
till = {
|
till = {
|
||||||
imports = [
|
imports = [
|
||||||
./home/desktop-full.nix
|
./home/profiles/desktop-full.nix
|
||||||
./users/till/home.nix
|
./users/till/home.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
alt = {
|
alt = {
|
||||||
imports = [
|
imports = [
|
||||||
./home/desktop-slim.nix
|
./home/profiles/desktop-slim.nix
|
||||||
./users/alt/home.nix
|
./users/alt/home.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
guest = {
|
guest = {
|
||||||
imports = [
|
imports = [
|
||||||
./home/desktop-slim.nix
|
./home/profiles/desktop-slim.nix
|
||||||
./users/guest/home.nix
|
./users/guest/home.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
# firefox-addons.config.allowUnfreePredicate = pkg:
|
||||||
|
# builtins.elem (nixpkgs.lib.getName pkg) [
|
||||||
|
# "tampermonkey"
|
||||||
|
# ];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||||
builtins.elem (nixpkgs.lib.getName pkg) [
|
builtins.elem (nixpkgs.lib.getName pkg) [
|
||||||
"corefonts"
|
"corefonts"
|
||||||
|
|
@ -102,6 +107,7 @@
|
||||||
"keymapp"
|
"keymapp"
|
||||||
"steam"
|
"steam"
|
||||||
"steam-unwrapped"
|
"steam-unwrapped"
|
||||||
|
# "tampermonkey"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
../devel.nix
|
../devel.nix
|
||||||
../firefox.nix
|
../firefox.nix
|
||||||
../fonts.nix
|
../fonts.nix
|
||||||
../foot.nix
|
# ../foot.nix
|
||||||
../media.nix
|
../media.nix
|
||||||
../user-dirs.nix
|
../user-dirs.nix
|
||||||
../gpg.nix
|
../gpg.nix
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,6 @@
|
||||||
../vifm.nix
|
../vifm.nix
|
||||||
../nvim
|
../nvim
|
||||||
../tmux.nix
|
../tmux.nix
|
||||||
../ssh.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.nix-index = {
|
programs.nix-index = {
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
extraGroups = [ "networkmanager" ];
|
extraGroups = [ "networkmanager" ];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
openssh.authorizedKeys.keyFiles = [
|
openssh.authorizedKeys.keyFiles = [
|
||||||
../till/ssh/till${"@"}nova.pub
|
../till/pubkeys/till${"@"}nova.pub
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,9 @@
|
||||||
name = "Till";
|
name = "Till";
|
||||||
email = "till@ktiu.net";
|
email = "till@ktiu.net";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
./ssh.nix
|
||||||
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ in
|
||||||
identityFile = certs.uni;
|
identityFile = certs.uni;
|
||||||
};
|
};
|
||||||
|
|
||||||
"arielle arielle.ktiu.net" = {
|
"arielle (arielle|git).ktiu.net" = {
|
||||||
hostname = "arielle.ktiu.net";
|
hostname = "arielle.ktiu.net";
|
||||||
user = "till";
|
user = "till";
|
||||||
identityFile = certs.personal;
|
identityFile = certs.personal;
|
||||||
|
|
@ -65,11 +65,11 @@ in
|
||||||
identityFile = certs.personal;
|
identityFile = certs.personal;
|
||||||
};
|
};
|
||||||
|
|
||||||
# "mila" = {
|
"mila" = {
|
||||||
# hostname = "mila";
|
hostname = "mila";
|
||||||
# user = "till";
|
user = "tstraube";
|
||||||
# identityFile = certs.personal;
|
identityFile = certs.uni;
|
||||||
# };
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
];
|
];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
openssh.authorizedKeys.keyFiles = [
|
openssh.authorizedKeys.keyFiles = [
|
||||||
./ssh/till${"@"}nova.pub
|
./pubkeys/till${"@"}nova.pub
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue