mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
try this
This commit is contained in:
parent
fc8686d944
commit
29fb59bb33
1 changed files with 3 additions and 10 deletions
|
|
@ -11,9 +11,8 @@
|
|||
}: {
|
||||
imports = lib.flatten [
|
||||
# Disks
|
||||
(map lib.custom.relativeToRoot [
|
||||
"hosts/common/disks/hetzner-disks.nix"
|
||||
])
|
||||
(lib.custom.relativeToRoot "hosts/common/disks/hetzner-disks.nix")
|
||||
|
||||
# Misc
|
||||
|
||||
(map lib.custom.relativeToRoot [
|
||||
|
|
@ -24,17 +23,11 @@
|
|||
])
|
||||
];
|
||||
|
||||
services.octoprint = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
port = 5000;
|
||||
};
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
||||
hostSpec = {
|
||||
hostName = "Michishirube";
|
||||
isMinimal = true;
|
||||
persistFolder = "/persist";
|
||||
};
|
||||
|
||||
networking = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue