feat: added octoprint

This commit is contained in:
Philipp Hochkamp 2022-08-19 17:12:21 +02:00
parent 9bbbba6049
commit d339ee4c07
4 changed files with 130 additions and 25 deletions

View file

@ -49,13 +49,13 @@ in
registry = registryInputs // { conf.flake = inputs.self; };
};
system.configurationRevision = with inputs; mkIf (self ? rev) self.rev;
system.stateVersion = "21.05";
system.stateVersion = "22.05";
## Some reasonable, global defaults
# This is here to appease 'nix flake check' for generic hosts with no
# hardware-configuration.nix or fileSystem config.
fileSystems."/".device = mkDefault "/dev/disk/by-label/nixos";
boot = {
loader = {