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:
Evie Litherland-Smith 2023-06-04 16:58:15 +01:00
parent 444abc0d0d
commit 2a3abf408a
3 changed files with 14 additions and 6 deletions

View file

@ -17,10 +17,7 @@
useGlobalPkgs = true; useGlobalPkgs = true;
}; };
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
services = { services.power-profiles-daemon.enable = true;
power-profiles-daemon.enable = true;
flatpak.enable = true;
};
virtualisation.podman.enable = true; virtualisation.podman.enable = true;
fonts.fontconfig.enable = true; fonts.fontconfig.enable = true;
programs = { programs = {

11
home/Legion/xenia.nix Normal file
View 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";
}

View file

@ -3,9 +3,9 @@
./adguardhome ./adguardhome
./gitea ./gitea
./nextcloud ./nextcloud
./openvpn/Legion.nix # ./openvpn/Legion.nix
./sshd ./sshd
./syncthing/Legion.nix # ./syncthing/Legion.nix
./terraria/windy_limbo_of_melancholy.nix ./terraria/windy_limbo_of_melancholy.nix
./traefik/adguardhome.nix ./traefik/adguardhome.nix
./traefik/gitea.nix ./traefik/gitea.nix