add another machine, Akun

This commit is contained in:
ulic-youthlic 2025-01-19 16:10:08 +08:00
parent 07e106ec07
commit daa15e3cdc
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
13 changed files with 415 additions and 13 deletions

View file

@ -65,6 +65,11 @@
stylix = {
url = "github:danth/stylix";
};
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
{
@ -193,7 +198,10 @@
in
{
homeConfigurations = nixpkgs.lib.foldr (a: b: a // b) { } (
map (hostName: mkHomeConfig { inherit hostName; }) [ "Tytonidae" ]
map (hostName: mkHomeConfig { inherit hostName; }) [
"Tytonidae"
"Akun"
]
);
homeManagerModules =
{