auto: bootstrapping sparky
This commit is contained in:
parent
7739e82f8e
commit
15291a162d
|
@ -228,11 +228,11 @@
|
|||
"nix-secrets": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1716725610,
|
||||
"narHash": "sha256-NSsfQlBI+kPhJyprVq+SBzPtjdEJURGbzUNMIrlh5yo=",
|
||||
"lastModified": 1716725770,
|
||||
"narHash": "sha256-8dyp5ZjwGUVRpyUMbmc51a/YR6mP2kqXt4gWGwaiNqA=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "d77862466d6b88debf272d1856c407b29a41c111",
|
||||
"revCount": 37,
|
||||
"rev": "e79bdf9bdf923f57e1598637c39b2411f43e4388",
|
||||
"revCount": 38,
|
||||
"type": "git",
|
||||
"url": "ssh://git@git.bitlab21.com/sam/nix-secrets.git"
|
||||
},
|
||||
|
|
|
@ -8,11 +8,11 @@ in
|
|||
imports =
|
||||
[
|
||||
# Disk configuration
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.disko.nixosModules.disko
|
||||
(import ../common/disks/luks-btrfs-subvolumes.nix { device = "/dev/vda"; })
|
||||
../common/optional/btrfs-impermanence.nix
|
||||
inputs.impermanence.nixosModules.impermanence
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
|
||||
# Import core options
|
||||
./hardware-configuration.nix
|
||||
|
|
Loading…
Reference in New Issue