Add home config for Legion users
Disable flatpak as default, doesn't work on a non-desktop system Disable syncthing and vpn on Legion for now
This commit is contained in:
parent
444abc0d0d
commit
2a3abf408a
|
@ -17,10 +17,7 @@
|
|||
useGlobalPkgs = true;
|
||||
};
|
||||
networking.networkmanager.enable = true;
|
||||
services = {
|
||||
power-profiles-daemon.enable = true;
|
||||
flatpak.enable = true;
|
||||
};
|
||||
services.power-profiles-daemon.enable = true;
|
||||
virtualisation.podman.enable = true;
|
||||
fonts.fontconfig.enable = true;
|
||||
programs = {
|
||||
|
|
11
home/Legion/xenia.nix
Normal file
11
home/Legion/xenia.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
../env
|
||||
../tui
|
||||
../git/personal.nix
|
||||
../ssh/personal.nix
|
||||
];
|
||||
home.username = "xenia";
|
||||
home.homeDirectory = "/home/xenia";
|
||||
home.stateVersion = "22.11";
|
||||
}
|
|
@ -3,9 +3,9 @@
|
|||
./adguardhome
|
||||
./gitea
|
||||
./nextcloud
|
||||
./openvpn/Legion.nix
|
||||
# ./openvpn/Legion.nix
|
||||
./sshd
|
||||
./syncthing/Legion.nix
|
||||
# ./syncthing/Legion.nix
|
||||
./terraria/windy_limbo_of_melancholy.nix
|
||||
./traefik/adguardhome.nix
|
||||
./traefik/gitea.nix
|
||||
|
|
Loading…
Reference in a new issue