Fixes to server config

This commit is contained in:
Ryan Pandya 2025-01-31 23:20:22 -08:00
parent 45f253e7b6
commit ae1007b74c
3 changed files with 4 additions and 8 deletions

View File

@ -258,7 +258,7 @@
];
};
# Ryanpandya.com
starship = nixpkgs.lib.nixosSystem {
"ryanpandya.com" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
@ -271,6 +271,8 @@
inputs.sops-nix.nixosModules.sops
home-manager.nixosModules.home-manager
inputs.stylix.nixosModules.stylix
{
home-manager = {
backupFileExtension = "hmbak";

View File

@ -7,6 +7,6 @@
./unfree.nix
# ./office.nix
./packages.nix
# ./server.nix
./server.nix
];
}

View File

@ -22,12 +22,6 @@ in
packages.enable = lib.mkForce false;
# Server tweaks
boxxy.enable = lib.mkForce false;
distrobox.enable = lib.mkForce false;
mullvad.enable = lib.mkForce false;
office.enable = lib.mkForce false;
pipewire.enable = lib.mkForce false;
tailscale.enable = lib.mkForce false;
#virtualization.enable = lib.mkForce false;
home-manager.users.${username} = { };