I changed things

This commit is contained in:
KoenDR06 2024-04-01 20:33:26 +00:00
parent 4fd8fb6e6f
commit 3150224265
3 changed files with 9 additions and 4 deletions

View file

@ -1,4 +1,4 @@
r{
{
description = "Your new nix config";
inputs = {

View file

@ -28,7 +28,7 @@
# Enable programs
home.packages = with pkgs; [
htop
zoxide
tailscale
];
programs.home-manager.enable = true;

View file

@ -15,7 +15,7 @@
home-manager = {
extraSpecialArgs = { inherit inputs outputs; };
users = {
horseman = import ../../home-manager/home.nix;
horseman = import ../../home-manager/server-apps.nix;
};
};
@ -47,7 +47,12 @@
};
networking.hostName = "solis";
boot.loader.systemd-boot.enable = true;
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda";
boot.loader.grub.useOSProber = true;
virtualisation.docker.enable = true;
services.tailscale.enable = true;
users.users = {
horseman = {