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;
|
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
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
|
./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
|
||||||
|
|
Loading…
Reference in a new issue