mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
fc09b860a7
8 changed files with 163 additions and 18 deletions
10
flake.nix
10
flake.nix
|
|
@ -160,6 +160,16 @@
|
|||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
imilia = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [
|
||||
(import ./hosts/imilia)
|
||||
];
|
||||
specialArgs = {
|
||||
host = "imilia";
|
||||
inherit self inputs username;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue