🔧 aristotle: cleanup

This commit is contained in:
2022-06-28 22:12:01 -04:00
parent ce37d6a96e
commit 0fcb9661fc
3 changed files with 28 additions and 78 deletions

View File

@ -1,9 +1,10 @@
{ config, pkgs, ... }:
{ config, pkgs, nixos-hardware, ... }:
{
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
nixos-hardware.nixosModules.raspberry-pi-4
../../modules/ipfs/cluster.nix
../../modules/sops
@ -63,5 +64,5 @@
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "21.03"; # Did you read the comment?
system.stateVersion = "22.05"; # Did you read the comment?
}