Skip to content

Commit

Permalink
Remove all kinds of other config options
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelkocher committed Dec 16, 2024
1 parent 6656574 commit 9eda156
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 554 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,6 @@ sudo reboot

In the end commit changes to https://github.com/pbek/nixcfg.

## Secrets

### Rekey after adding new host

This needs to be done if hosts were added.

- run `ssh-keyscan localhost` on new host
- add those keys to `./secrets/secret.nix`
- run `cd ./secrets && agenix -i ~/.ssh/agenix --rekey` to rekey all keys

### Add secret

```bash
cd ./secrets && agenix -i ~/.ssh/agenix -e secret-file.age
```

## Commands

```bash
Expand Down
101 changes: 1 addition & 100 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
# nixinate.url = "github:matthewcroughan/nixinate";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
agenix.url = "github:ryantm/agenix";
agenix.inputs.nixpkgs.follows = "nixpkgs";
# robotnix.url = "github:danielfullmer/robotnix";
pia.url = "github:pia-foss/manual-connections";
pia.flake = false;
Expand All @@ -22,7 +20,6 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
espanso-fix.url = "github:pitkling/nixpkgs/espanso-fix-capabilities-export";
};

outputs =
Expand All @@ -32,13 +29,11 @@
home-manager,
nixpkgs,
nixpkgs-stable,
agenix,
pia,
catppuccin,
disko,
nixos-hardware,
plasma-manager,
espanso-fix,
# , robotnix
...
}@inputs:
Expand Down Expand Up @@ -74,8 +69,6 @@
nixpkgs.overlays = [ overlays-nixpkgs ];
}
)
agenix.nixosModules.age
espanso-fix.nixosModules.espanso-capdacoverride
];
in
{
Expand All @@ -92,7 +85,6 @@
waylandSupport = true; # Wayland is the default, otherwise use X11
usePlasma6 = true; # Plasma 6 is the default, otherwise use Plasma 5
useStableJetbrains = false; # Set this to true to use stable versions
useEspanso = true; # Use Espanso by default
};

nixosConfigurations = {
Expand Down Expand Up @@ -172,7 +164,6 @@
waylandSupport = false;
termFontSize = 16.0;
usePlasma6 = true;
useEspanso = false; # App-specific configurations are not yet supported in Wayland on caliban!
};
};
# TU Work PC
Expand All @@ -183,7 +174,6 @@
./hosts/caliban/hardware-configuration.nix
home-manager.nixosModules.home-manager
{ home-manager.sharedModules = [ plasma-manager.homeManagerModules.plasma-manager ]; }
agenix.nixosModules.age
disko.nixosModules.disko
];
specialArgs = self.commonArgs // {
Expand Down Expand Up @@ -393,7 +383,6 @@
# modules = [
# ./hosts/vm-desktop/vm.nix
# home-manager.nixosModules.home-manager { home-manager.sharedModules = [ plasma-manager.homeManagerModules.plasma-manager ]; }
# agenix.nixosModules.age
# ];
# specialArgs = self.commonArgs // { inherit inputs; };
# };
Expand All @@ -403,7 +392,6 @@
# modules = [
# ./hosts/vm-server/vm.nix
# home-manager.nixosModules.home-manager
# agenix.nixosModules.age
# ];
# specialArgs = self.commonArgs // { inherit inputs; };
# };
Expand Down
46 changes: 0 additions & 46 deletions install.sh

This file was deleted.

26 changes: 0 additions & 26 deletions iso.nix

This file was deleted.

Loading

0 comments on commit 9eda156

Please sign in to comment.