add another machine, Akun
This commit is contained in:
parent
07e106ec07
commit
daa15e3cdc
13 changed files with 415 additions and 13 deletions
10
flake.nix
10
flake.nix
|
|
@ -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 =
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue