I changed things
This commit is contained in:
parent
4fd8fb6e6f
commit
3150224265
3 changed files with 9 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
r{
|
||||
{
|
||||
description = "Your new nix config";
|
||||
|
||||
inputs = {
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
# Enable programs
|
||||
home.packages = with pkgs; [
|
||||
htop
|
||||
zoxide
|
||||
tailscale
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue