Forget this 'mobile' thing.

Need a better story for laptops.
This commit is contained in:
niten 2021-11-28 12:48:32 -08:00
parent 3787e44f2c
commit 6c4cff6a8e
4 changed files with 8 additions and 12 deletions

View File

@ -17,7 +17,7 @@
},
"fudo-lib": {
"locked": {
"narHash": "sha256-Syzn7n7RzfbFFfE4luEEbcVo05Eq0eLed9QtCwXux1c=",
"narHash": "sha256-r8qffvJPWbBJmN32thMIxjdmY9X5VCc3TuyQyFAIdks=",
"path": "/state/fudo-lib",
"type": "path"
},
@ -28,11 +28,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1637600646,
"narHash": "sha256-Nr/+8/ySh2Ezis0lWEn8jqdRax8ZVHAA9IGV0m0NA9I=",
"lastModified": 1637605846,
"narHash": "sha256-Llelj1pYeAhGLftPxM2ixSgAfdPBAZOnpBZtpvaZ3Xo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "4418f362e68c69226807a5837fcbfc94f0b92adb",
"rev": "d00918ccaf7e1532d35db2f1e3d44db3da39b851",
"type": "github"
},
"original": {

View File

@ -9,7 +9,7 @@
outputs = { self, nixpkgs, fudo-lib, flake-utils, ... }: {
nixosModule = {
imports = [
fudo-lib.nixosModule
#fudo-lib.nixosModule
./module.nix
];
};

View File

@ -3,9 +3,9 @@
enable-gui = false;
rp = "niten";
admin-email = "niten@fudo.org";
domain = "mobile.fudo.org";
site = "mobile";
domain = "sea.fudo.org";
site = "seattle";
profile = "laptop";
arch = "x86_64-linux";
nixos-system = true;
nixos-system = false;
}

View File

@ -1,4 +0,0 @@
{
nameservers = [ "1.1.1.1" ];
timezone = "America/Los_Angeles";
}