Compare commits
No commits in common. "936d6548775e2719acaafa6edd1b47f808710897" and "369d655a38c62eb5e5e3a0df9843cf8a4af065a4" have entirely different histories.
936d654877
...
369d655a38
@ -20,9 +20,9 @@ exit
|
||||
|
||||
# Install NixOS
|
||||
nixos-install --no-channel-copy --no-root-password --flake git+https://git.bulthuis.dev/Jan/nixos-config#(system)
|
||||
cd /mnt/persist/system/etc/sops
|
||||
|
||||
# Set up host credentials for access to the secrets
|
||||
cd /mnt/persist/system/etc/sops
|
||||
touch sops_ed25519_key
|
||||
chmod 600 sops_ed25519_key
|
||||
nano sops_ed25519_key
|
||||
|
8
flake.lock
generated
8
flake.lock
generated
@ -161,11 +161,11 @@
|
||||
},
|
||||
"secrets": {
|
||||
"locked": {
|
||||
"lastModified": 1749133396,
|
||||
"narHash": "sha256-St9GzTMi/Bx9Zs84LfNbcH7Qbs825UTg9hvzNg1ZI3A=",
|
||||
"lastModified": 1748613807,
|
||||
"narHash": "sha256-awE+2QvMkGP4OOPGniFMldvYnLYj60n4izgEJXcJUv0=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "51679f68977cb3246a02791a59841fa31659136e",
|
||||
"revCount": 8,
|
||||
"rev": "d120fcc272429517649402cf2ccefb9334f50535",
|
||||
"revCount": 7,
|
||||
"type": "git",
|
||||
"url": "ssh://gitea@git.bulthuis.dev/Jan/nixos-secrets"
|
||||
},
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ inputs, ... }:
|
||||
{ flake, ... }:
|
||||
|
||||
{
|
||||
# State version
|
||||
@ -13,17 +13,6 @@
|
||||
"wireshark"
|
||||
];
|
||||
|
||||
# Set up kerberos
|
||||
security.krb5 = {
|
||||
enable = true;
|
||||
settings = {
|
||||
libdefaults = {
|
||||
rdns = false;
|
||||
};
|
||||
realms = (inputs.secrets.gewis.krb5Realm);
|
||||
};
|
||||
};
|
||||
|
||||
# Enable virtualisation for VMs
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
|
@ -1,22 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
# State version
|
||||
system.stateVersion = "24.11";
|
||||
|
||||
# Machine hostname
|
||||
networking.hostName = "vm-vpn";
|
||||
|
||||
# Enabled modules
|
||||
modules = {
|
||||
profiles.vm.enable = true;
|
||||
};
|
||||
|
||||
# Setup NAS Backup Job
|
||||
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
home.stateVersion = "24.11";
|
||||
|
||||
modules.profiles.base.enable = true;
|
||||
}
|
@ -38,7 +38,6 @@ in
|
||||
prismlauncher
|
||||
foliate
|
||||
wireshark
|
||||
obsidian
|
||||
];
|
||||
|
||||
modules = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user