mirror of
https://git.feal.no/felixalb/nixos-config.git
synced 2025-10-06 04:53:57 +02:00
Add redshirt to flake
This commit is contained in:
@@ -24,6 +24,15 @@
|
|||||||
./hosts/chapel/configuration.nix
|
./hosts/chapel/configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
redshirt = nixpkgs.lib.nixosSystem {
|
||||||
|
system = "x86_64-linux";
|
||||||
|
specialArgs = {
|
||||||
|
inherit inputs;
|
||||||
|
};
|
||||||
|
modules = [
|
||||||
|
./hosts/chapel/configuration.nix
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@@ -46,6 +46,7 @@
|
|||||||
jack.enable = true;
|
jack.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# TODO: Enable home-manager with config from ./home.nix instead of users.users
|
||||||
users.users.felixalb = {
|
users.users.felixalb = {
|
||||||
extraGroups = [ "networkmanager" ];
|
extraGroups = [ "networkmanager" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
|
Reference in New Issue
Block a user