aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-03-30 15:31:18 -0400
committerRosa <rosaontheweb@proton.me>2026-03-30 15:31:18 -0400
commitfbc53e0be7cf2a02551347f3f2df9b41b3a465b7 (patch)
tree7b18c703ad2bc8d5feb94cd51d33bf33d8cd2914 /hosts
parent3811fbf7fcacd8d1d8c294e0285f18c0ad4d52a1 (diff)
hm
Diffstat (limited to 'hosts')
-rw-r--r--hosts/canadian-government-system/disks.nix4
-rw-r--r--hosts/the-meowchine/default.nix7
2 files changed, 8 insertions, 3 deletions
diff --git a/hosts/canadian-government-system/disks.nix b/hosts/canadian-government-system/disks.nix
index d64f553..2af3e50 100644
--- a/hosts/canadian-government-system/disks.nix
+++ b/hosts/canadian-government-system/disks.nix
@@ -81,8 +81,8 @@
mass-storage = {
content = {
- storage = {
- content = {
+ partitions = {
+ storage = {
extraArgs = [ "-f" ];
subvolumes."/data" = {
mountOptions = [ "noatime" ];
diff --git a/hosts/the-meowchine/default.nix b/hosts/the-meowchine/default.nix
index b6c0648..d5528c0 100644
--- a/hosts/the-meowchine/default.nix
+++ b/hosts/the-meowchine/default.nix
@@ -1,4 +1,9 @@
-{ config, lib, pkgs, ... }:
+{
+ config,
+ lib,
+ pkgs,
+ ...
+}:
{
home-manager.users.rosa = {
imports = [ ../../modules/user ];