feat: added octoprint
This commit is contained in:
parent
9bbbba6049
commit
d339ee4c07
4 changed files with 130 additions and 25 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue