Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 3f375b7c18 - Show all commits

View file

@ -23,6 +23,8 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
secrets.url = "path:./secrets";
};
outputs = {
@ -33,6 +35,7 @@
home-manager,
disko,
sops-nix,
secrets,
...
} @ inputs: let
lib = nixpkgs.lib.extend (final: prev:
@ -44,6 +47,7 @@
inputs = inputs;
user = "caem";
modules = [
secrets
impermanence.nixosModules.impermanence
disko.nixosModules.disko
sops-nix.nixosModules.sops

View file

@ -133,7 +133,7 @@ partition_disk() {
}
install() {
sudo nixos-install --no-root-passwd --flake ".?submodule=1#$DOTNIX_HOSTNAME"
sudo nixos-install --no-root-passwd --flake ".#$DOTNIX_HOSTNAME"
}
copy_files_to_new_install() {