hosts: rename cityseventeen and apeturescience

This commit is contained in:
Artur Manuel 2025-04-22 03:03:02 +01:00
commit ff1392552b
Signed by: amadaluzia
SSH key fingerprint: SHA256:uS8IX6IxM7STPOBS/e1vMC6FBToJmSCViQNO/f4SHpU
44 changed files with 37 additions and 37 deletions

12
flake.lock generated
View file

@ -76,11 +76,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1745114215,
"narHash": "sha256-zyWOGf4xefpjcuPFHkWADYioyZ/XJcwyTMoj3/sfcQ0=",
"lastModified": 1745232749,
"narHash": "sha256-EpM4MNPV0tPqsSrQq1B5EaE0+91MrVXgGS+ct+q/I90=",
"owner": "chaotic-cx",
"repo": "nyx",
"rev": "85b088ad128e6609f3a672f0e0cd1c76b058227c",
"rev": "9117798d3fac3e83568d4d050278fdfb8842879d",
"type": "github"
},
"original": {
@ -392,11 +392,11 @@
"systems": "systems_2"
},
"locked": {
"lastModified": 1745118045,
"narHash": "sha256-c5ppxEk9zBIdWfjSigCp3W/1k0WkOteJicsCt/gWhks=",
"lastModified": 1745174874,
"narHash": "sha256-356rTt/Z8kuZD0TnROfBvA256SCQYQ8885xB7fYvJZk=",
"owner": "molarmanful",
"repo": "kirsch",
"rev": "ab53421801bead99c04e85124b5c0059165240ec",
"rev": "23a2568a6a2a1af438ecc71b14ccb7f4d7eba7c6",
"type": "github"
},
"original": {

View file

@ -9,7 +9,7 @@ in
{
flake = {
nixosConfigurations = mkHosts {
cityseventeen = {
sodomgomorrah = {
system = "x86_64-linux";
};
micronix = {
@ -18,7 +18,7 @@ in
inputs.chaotic.nixosModules.default
];
};
apeturescience = {
tyresidon = {
system = "x86_64-linux";
};
};

View file

@ -17,6 +17,9 @@ in
config = mkIf cfg.enable {
environment.systemPackages = [ cfg.package ];
systemd.packages = [ cfg.package ];
systemd = {
packages = [ cfg.package ];
user.services.foot-server.enable = true;
};
};
}

View file

@ -15,17 +15,18 @@
config = {
boot = {
initrd = {
systemd.additionalUpstreamUnits = [ "systemd-boot.service" ];
luks.devices = {
"luks-c354eb7f-1e69-4054-afa2-8c4e81a761fa" = {
device = "/dev/disk/by-uuid/c354eb7f-1e69-4054-afa2-8c4e81a761fa";
initrd.luks.devices.genesis = {
device = "/dev/disk/by-uuid/cfb6d987-8602-4312-a580-00b3205633ca";
preLVM = true;
};
};
};
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
loader.grub = {
enable = true;
device = "nodev";
efiSupport = true;
efiInstallAsRemovable = true;
enableCryptodisk = true;
memtest86.enable = true;
};
};
@ -47,10 +48,12 @@
layout = "us";
options = "eurosign:e,ctrl:nocaps";
};
displayManager.gdm = {
enable = true;
wayland = true;
};
windowManager.windowmaker.enable = true;
};

View file

@ -17,34 +17,27 @@
"xhci_pci"
"ahci"
"nvme"
"usb_storage"
"usbhid"
"sd_mod"
];
boot.initrd.kernelModules = [ ];
boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
fileSystems."/" = {
device = "/dev/disk/by-uuid/1076cf01-0d74-44fa-b24f-a795191fad83";
device = "/dev/disk/by-uuid/a7242725-65af-459f-b9c7-3c228b751edd";
fsType = "ext4";
};
boot.initrd.luks.devices."luks-16d833f7-9082-4bf0-b027-98102c786a01".device =
"/dev/disk/by-uuid/16d833f7-9082-4bf0-b027-98102c786a01";
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/6143-FAFA";
device = "/dev/disk/by-uuid/576C-BD72";
fsType = "vfat";
options = [
"fmask=0077"
"dmask=0077"
"fmask=0022"
"dmask=0022"
];
};
swapDevices = [
{ device = "/dev/disk/by-uuid/203bcb2c-a264-4243-9518-d1f975aea05c"; }
];
swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's

View file

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Before After
Before After

View file

@ -4,7 +4,7 @@
...
}:
{
alqueva.users.arturm = {
alqueva.users.amadaluzia = {
shell = pkgs.amadaluzian-zsh;
tmpfiles = [
"L+ %h/.config/qutebrowser/config.py - - - - ${./configs/qutebrowser/config.py}"

View file

@ -1,5 +1,5 @@
{
imports = [
./arturm
./amadaluzia
];
}

View file

@ -3,6 +3,7 @@
system,
inputs,
pkgs,
lib,
...
}:
{
@ -28,7 +29,7 @@
wms = {
niri.enable = true;
};
users.chell = {
users.nixos = {
shell = pkgs.amadaluzian-zsh;
groups = [
"wheel"
@ -41,7 +42,7 @@
pkgs.alacritty
pkgs.fuzzel
pkgs.amadaluzian-zsh
pkgs.ungoogled-chromium
pkgs.chromium
pkgs.pwvucontrol
pkgs.polari
pkgs.dino
@ -84,7 +85,7 @@
i18n.defaultLocale = "en_US.UTF-8";
users.users.nixos.enable = false;
users.users.nixos.initialHashedPassword = lib.mkForce null;
console = {
keyMap = "us";