@@ -1,4 +1,5 @@
|
||||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
@@ -23,7 +24,6 @@
|
||||
../common/system/configs/git
|
||||
../common/system/configs/gpg-agent
|
||||
../common/system/configs/impermanence
|
||||
../common/system/configs/libvirt
|
||||
../common/system/configs/lsof
|
||||
../common/system/configs/ncdu
|
||||
../common/system/configs/neovim
|
||||
@@ -51,7 +51,7 @@
|
||||
./users/nikara
|
||||
];
|
||||
|
||||
networking.hostName = "sas";
|
||||
networking.hostName = "elara";
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
sops.defaultSopsFile = ./secrets/secrets.yaml;
|
||||
|
||||
@@ -110,6 +110,9 @@
|
||||
];
|
||||
};
|
||||
|
||||
environment.impermanence.device =
|
||||
config.disko.devices.disk.usb.content.partitions.root.content.name;
|
||||
|
||||
nixpkgs = {
|
||||
hostPlatform = "x86_64-linux";
|
||||
|
||||
|
@@ -4,7 +4,7 @@
|
||||
}:
|
||||
{
|
||||
disko.devices = {
|
||||
disk.main = {
|
||||
disk.usb = {
|
||||
inherit device;
|
||||
type = "disk";
|
||||
content = {
|
||||
@@ -30,7 +30,7 @@
|
||||
name = "root";
|
||||
size = "100%";
|
||||
content = {
|
||||
name = "luks";
|
||||
name = "usb";
|
||||
type = "luks";
|
||||
settings = {
|
||||
allowDiscards = true;
|
||||
|
@@ -109,7 +109,7 @@ in
|
||||
"globalprotect/gateway".sopsFile = ../../../../secrets/sas/secrets.yaml;
|
||||
};
|
||||
|
||||
theme.wallpaper = ../../../../static/wallpapers/clouds.png;
|
||||
theme.wallpaper = ../../../../static/wallpapers/snow.jpg;
|
||||
|
||||
programs.obsidian.vaults."Documents/Obsidian/master".enable = true;
|
||||
};
|
||||
|
Reference in New Issue
Block a user