mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-05-28 13:56:09 +02:00
Add configuration for amon
This commit is contained in:
parent
ff459f51a4
commit
413b12b4e1
6 changed files with 113 additions and 16 deletions
|
@ -51,5 +51,11 @@ in
|
|||
./kevin-pc/configuration.nix
|
||||
];
|
||||
};
|
||||
amon = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = defaultModules ++ [
|
||||
./amon/configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue