mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-23 08:26:49 +01:00
feat: add minilab
This commit is contained in:
parent
c16d6d1b4d
commit
30a41e2fec
23 changed files with 3194 additions and 21 deletions
26
hosts/minilab/default.nix
Normal file
26
hosts/minilab/default.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
config = {
|
||||
fireproof = {
|
||||
hostname = "minilab";
|
||||
username = "nickolaj";
|
||||
desktop = {
|
||||
enable = true;
|
||||
chromium.enable = false;
|
||||
zed.enable = false;
|
||||
};
|
||||
dev = {
|
||||
enable = true;
|
||||
intellij.enable = false;
|
||||
clickhouse.enable = false;
|
||||
playwright.enable = false;
|
||||
};
|
||||
};
|
||||
|
||||
facter.reportPath = ./facter.json;
|
||||
};
|
||||
|
||||
imports = [
|
||||
./disk-configuration.nix
|
||||
./monitors.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue